You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're unable to build a project that includes the latest versions of Firebase/Performance (5.12.0) and Google NearbyMessages (1.1.1) due to a duplicate symbol linker error.
Describe your environment
Xcode version: 10.1
Firebase SDK version: 5.12.0
Firebase Component: Performance
Firebase/Performance version: 5.12.0
NearbyMessages version: 1.1.1
CocoaPods version: 1.5.3
Steps to reproduce:
Create a Cocoapods project with Firebase/Performance 5.12.0 and NearbyMessages 1.1.1 defined as dependencies.
When you try to build we get the following linker error:
duplicate symbol _kuint128max in: /Users/samstone/projects/ios/MobileApp/Pods/NearbyMessages/Libraries/libGNSMessages.a(int128.o) /Users/samstone/projects/ios/MobileApp/Pods/FirebasePerformance/Frameworks/FirebasePerformance.framework/FirebasePerformance(int128_9709c16cf10a95a527774d514a8bda0e.o) ld: 1 duplicate symbol for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
The same issue (but only in DEBUG)
duplicate symbol __ZNSt3__114numeric_limitsIN4absl7uint128EE8digits10E in:
/Users/allright/Library/Developer/Xcode/DerivedData/TimePhone-fdjnayfcnyckukapeqmsvoqkvcdu/Build/Products/Debug-iphoneos/FirebaseFirestore/FirebaseFirestore.framework/FirebaseFirestore(int128.o)
/Users/allright/TimePhone/timephone/TimePhone/Pods/FirebasePerformance/Frameworks/FirebasePerformance.framework/FirebasePerformance(int128_cf14b946969ae14548ab5ca0a450fcfb.o)
We're unable to build a project that includes the latest versions of
Firebase/Performance
(5.12.0) and GoogleNearbyMessages
(1.1.1) due to a duplicate symbol linker error.Describe your environment
Steps to reproduce:
Firebase/Performance
5.12.0 andNearbyMessages
1.1.1 defined as dependencies.duplicate symbol _kuint128max in: /Users/samstone/projects/ios/MobileApp/Pods/NearbyMessages/Libraries/libGNSMessages.a(int128.o) /Users/samstone/projects/ios/MobileApp/Pods/FirebasePerformance/Frameworks/FirebasePerformance.framework/FirebasePerformance(int128_9709c16cf10a95a527774d514a8bda0e.o) ld: 1 duplicate symbol for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: