question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ld: library not found for -lStripe

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:56 (27 by maintainers)

github_iconTop GitHub Comments

36reactions
crawlercommented, Oct 9, 2017

Had same error, but realized that i worked in AppName.xcodeproj when should open AppName.xcworkspace. Hope it helps someone.

1reaction
keithdmoorecommented, Dec 13, 2017

@crawler I want to buy you a cup of coffee or a beer! The workspace worked for me too! Thanks for posting!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found