Ошибка сборки в React Native? - PullRequest
0 голосов
/ 04 марта 2019

Я новичок, чтобы реагировать на родных.Я создал реактивный собственный проект, который я пытаюсь запустить в iOS, но получаю следующую ошибку.Может кто-нибудь сказать мне, что не так в моей настройке среды или в проекте.Заранее спасибо.

** BUILD FAILED **


The following build commands failed:

        CompileC /Users/muruganandam/Library/Developer/Xcode/DerivedData/build/Build/intermediates/React.build/Debug-iphonesimulator/jsi.build/Objects-normal/x86_64/JSIDynamic.o /Users/muruganandam/Desktop/reactTutorialApp/node_modules/react-native/ReactCommon/jsi/JSIDynamic.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

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


Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/reactTutorialApp.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

    at checkExecSyncError (child_process.js:616:11)
    at Object.execFileSync (child_process.js:634:13)
    at Promise.then (/Users/muruganandam/Desktop/reactTutorialApp/node_modules/react-native/local-cli/runIOS/runIOS.js:208:5)

Я даже ссылался на эту ссылку , но я все еще получаю ту же ошибку.

...