Undefined symbol: _GDTCCTConstructiOSClientInfo

Getting build failure after upgrading xcode to 14.3

Undefined symbols for architecture arm64: "_GDTCCTConstructiOSClientInfo", referenced from: _GDTCCTConstructLogRequest in libGoogleDataTransport.a(GDTCCTNanopbHelpers.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have the same problem, I need compile Ipad IOS 16.4 not work.

I have the same problem

Getting build failure after upgrading xcode to 14.3

Did anyone solve it ??

I found Solution for this error After Copy paste 16.4 SDK IOS Xcode 14.3 to Xcode 14.2, In my case Remake Pods, and Clean Project and Build.

I solve this.

Command to remake pods:

rm -rf Podfile.lock 
rm -rf firenze(nameProject).xcworkspace 
Pod install

Did you ever find a solution to this series of errors? Im now encountering the same thing. XCode Version 14.3.1 (14E300c).

Did you ever find a solution to this series of errors? Im now encountering the same thing. XCode Version 14.3.1 (14E300c).

have anyone found a solution?

Has anyone found a solution?

I just commented out where GDTCCTConstructiOSClientInfo was being called and it worked 'for me'.

Undefined symbol: _GDTCCTConstructiOSClientInfo
 
 
Q