You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Error
I am getting this error:
Info
react-native: 0.42.0
OSX
README.md
) and nothing seemed to have failed.prep.sh
scriptreact-native run-ios
The text was updated successfully, but these errors were encountered: