creating a build getting this error
ld: library not found for -lPods-Swan
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Deleted -lPods-Swan.a in main project and now works.
Related
I am trying to build an archive for RN project, and I am facing this error:
ld: warning: directory not found for option '-L-L/Users/MY_USER_NAME/Library/Developer/Xcode/DerivedData/PROJECT_NAME-citzzdlmmmmsakbpzutdbpcewagt/Build/Intermediates.noindex/ArchiveIntermediates/PROJECT_NAME/BuildProductsPath/Release-iphoneos/Braintree'
ld: library not found for -lBraintree
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have tried different things to fix this problem for example deleting the podfile & podfilelock then generate them again
and I followed all the answers here , but unfortunately it didn't work for me.
any clue what's the problem? or maybe solution?
When i try to flutter run i get this error:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
Since there are quite a lot of warnings, I am only showing the error parts for now. I have tried a few solutions that get this type of error but still could not find the solution. This part seems to be the only reason I got an error.
I am doing build a game on Unity this ok.
I ran a xcode project but i got an error like this
clang: error: linker command failed with exit code 1 (use -v to see invocation)
_GADUCreateAdLoader in GADUInterface.o
ld: symbol(s) not found for architecture arm64
You'll have to add several frameworks. By the name, Import GoogleMobileAds.framework and rebuild.
Let me know if it helps.
When i build my game from xcode to iphone5, have error:
ld: library not found for -lSSKeychain clang: error: linker command
failed with exit code 1 (use -v to see invocation)
ican't fix?
I have imported a project of cocos2dx, whenever i tried to run the project it shows me following error.
ld: library not found for -lcocos2d libraries
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I dont know what to do.