phamha98 / hi

note
Other
2 stars 0 forks source link

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) #38

Open phamha98 opened 2 months ago

phamha98 commented 2 months ago

Screenshot 2024-04-25 at 10 48 38

post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64' end end

phamha98 commented 2 months ago

post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end

phamha98 commented 2 months ago
Screenshot 2024-04-25 at 10 49 43
phamha98 commented 2 months ago

https://stackoverflow.com/questions/63607158/xcode-building-for-ios-simulator-but-linking-in-an-object-file-built-for-ios-f/75154773

phamha98 commented 2 months ago

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