-
Notifications
You must be signed in to change notification settings - Fork 1.5k
linker command failed with exit code 1 #1377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
after integrating code push in to my project, I am getting this error while building. |
Hi @sidhusubhash , Could you please provide your platforms and detailed reporsteps? Thanks, |
hi @alexandergoncharov after pod install, build fails with linker error |
If you use pod install you don't have to use Please let me know if it was helpful you have any questions. |
thank you, anyways its fixed. |
Good news =) |
@sidhusubhash Please can you share how you fixed it? I'm having same error here after adding |
This happened to me when I had to do a pod update for another dependency. Any ideas as to how to resolve this? |
still not working after Manual installation |
We're facing the same issue. We are stuck for 3 days already trying to make codepush work :/ |
Same here, anybody know what's up? |
+1 |
+1 any help ?? tried following solution didnt work thought : pod 'CodePush', :path => '../node_modules/react-native-code-push',subspecs: ['Core'] above line throws error CocoaPods could not find compatible versions for pod "CodePush/Core": |
@master96 Same here! Did you find a solution? |
Hi @pedrosimao , |
duplicate symbol _zipOpenNewFileInZip3_64 in:
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/libCodePush.a(zip.o)
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/SSZipArchive/libSSZipArchive.a(zip.o)
duplicate symbol _zipOpen3_64 in:
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/libCodePush.a(zip.o)
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/SSZipArchive/libSSZipArchive.a(zip.o)
duplicate symbol _zipOpenNewFileInZip2_64 in:
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/libCodePush.a(zip.o)
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/SSZipArchive/libSSZipArchive.a(zip.o)
duplicate symbol _zipOpen2_64 in:
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/libCodePush.a(zip.o)
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/SSZipArchive/libSSZipArchive.a(zip.o)
duplicate symbol _zipOpenNewFileInZip3 in:
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/libCodePush.a(zip.o)
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/SSZipArchive/libSSZipArchive.a(zip.o)
duplicate symbol _zipOpen3 in:
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/libCodePush.a(zip.o)
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/SSZipArchive/libSSZipArchive.a(zip.o)
duplicate symbol _zipOpenNewFileInZip2 in:
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/libCodePush.a(zip.o)
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/SSZipArchive/libSSZipArchive.a(zip.o)
duplicate symbol _zipOpen2 in:
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/libCodePush.a(zip.o)
/Users/commutatus-1/Library/Developer/Xcode/DerivedData/dvdApp-ehmnrlsesyixbihiukjxoiomsalw/Build/Products/Debug-iphonesimulator/SSZipArchive/libSSZipArchive.a(zip.o)
ld: 252 duplicate symbols 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: