ld: library not found for -lStripe
See original GitHub issueI have followed the manual installation instructions as listed in the README (added TPSStripe.xcodeproj
to Libraries, etc) and run react-native link
as well as react-native link tipsi-stripe
(succesfully I might add)
However when I run react-native run-ios
, or build with xcode I get:
ld: library not found for -lStripe
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld build/Build/Products/Debug-iphonesimulator/myApp.app/myApp normal x86_64
(1 failure)
Installing build/Build/Products/Debug-iphonesimulator/myApp.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The bundle identifier of the application could not be determined.
Ensure that the application's Info.plist contains a value for CFBundleIdentifier.
Print: Entry, ":CFBundleIdentifier", Does Not Exist
Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/flockCover.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
Issue Analytics
- State:
- Created 6 years ago
- Comments:56 (27 by maintainers)
Top Results From Across the Web
ld: library not found for -lStripe - Stack Overflow
1 Answer 1 ... This is the never-ending issue and it is actually not about library code, but about Xcode build approach. I...
Read more >xcode 9 ld: library not found for … | Apple Developer Forums
Hi,. I created a static swift library, which I'm trying to use from another project. When trying to build the project where I...
Read more >Troubleshooting - CocoaPods Guides
If Xcode complains when linking, e.g. Library not found for -lPods , it doesn't detect the implicit dependencies: Go to Product > Edit...
Read more >symbols not found for architecture arm64 - You.com | The Search ...
Xcode's output: ↳ ld: warning: ignoring file /Users/ghulamsabir/"ProjectPath"/build/ios/Debug-iphonesimulator/Stripe/ Stripe.framework/Stripe, missing ...
Read more >How to debug your build locally / "It works on my Mac/PC but ...
Build fails on bitrise but works locally - ld: library not found for -lRNFetchBlob. APK signing failed - Issue with input: [no KeystoreURL...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Had same error, but realized that i worked in AppName.xcodeproj when should open AppName.xcworkspace. Hope it helps someone.
@crawler I want to buy you a cup of coffee or a beer! The workspace worked for me too! Thanks for posting!