2

I try to pass from CRNA to React-Native application with native code. When i build with react-native run-ios, the build failed and i don't know what to do!

** BUILD FAILED **

The following build commands failed:

CompileC /Users/Karl/Documents/Applications/MyItems51Work/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/third-party.build/Objects-normal/x86_64/raw_logging.o /Users/Karl/Documents/Applications/MyItems51Work/node_modules/react-native/third-party/glog-0.3.4/src/raw_logging.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler

(1 failure)

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

4
  • Do you have any npm modules that requires linking ? Commented Mar 19, 2019 at 15:48
  • I don't know, how i can view if module requires linkings? Commented Mar 19, 2019 at 16:08
  • react-native-image-picker, need to be linking? Commented Mar 19, 2019 at 16:43
  • yes it did require linking according to the documentation npmjs.com/package/react-native-image-picker Commented Mar 19, 2019 at 17:23

1 Answer 1

1

Linking issues is usually misleading, and not easy to debug:

this question has very good practices to avoid these kind of issues.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.