Skip to content
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

ld: library not found for -lRCTCameraRoll #1

Open
zoecarver opened this issue Jun 25, 2017 · 3 comments
Open

ld: library not found for -lRCTCameraRoll #1

zoecarver opened this issue Jun 25, 2017 · 3 comments

Comments

@zoecarver
Copy link

Error

I am getting this error:

ld: library not found for -lRCTCameraRoll
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/RNImageToolsExample.app/RNImageToolsExample normal x86_64

(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/RNImageToolsExample.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/RNImageToolsExample.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Info

  • RN Version react-native: 0.42.0
  • I am runing OSX
  • I followed your tutorial on how to install/run the project (README.md) and nothing seemed to have failed.
    • I cloned and entered the repo
    • I copied the frameworks using the prep.sh script
    • I ran the project with:
      cd RNImageToolsExample
      npm install && react-native start
      
      and react-native run-ios
@npomfret
Copy link
Owner

You need to read the react native docs where it shows how to link their native camera roll library

@zoecarver
Copy link
Author

Ok, I did not realize I had to do that. That might be a good thing to add to the README.md. Thanks for making such a great library, This looks like something that could be really useful.

@Samiksha19
Copy link

i am having same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants