Undefined symbol: _GDTCCTConstructiOSClientInfo

I have the XCode Version 15.3 (15E204a). When I try to compile my application, the following errors occur:

Undefined symbol: _GDTCCTConstructiOSClientInfo

Undefined symbol: _GDTCCTNetworkConnectionInfoNetworkMobileSubtype

Linker command failed with exit code 1 (use -v to see invocation)

Any solution to fix this issue?

Replies

GDTCCTConstructiOSClientInfo isn’t an Apple thing. I suspect it’s coming from a third-party library. If so, you should consult that library’s support resources for info on how to use it in Xcode.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"