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

ios11 xcode9 react-native run-ios build commands failed #55

Open
giantss opened this issue Oct 17, 2017 · 7 comments
Open

ios11 xcode9 react-native run-ios build commands failed #55

giantss opened this issue Oct 17, 2017 · 7 comments

Comments

@giantss
Copy link

giantss commented Oct 17, 2017

`** BUILD FAILED **

The following build commands failed:
CompileC /Users/zhongpeng/Documents/react-native/30-days-of-react-native/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTJavaScriptLoader.o Base/RCTJavaScriptLoader.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/ThirtyDaysOfReactNative.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

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

@yxwandroid
Copy link

I have the same problem

@joshiaProgram
Copy link

I also have the same problem, hope someone fix it ...

@SDAman
Copy link

SDAman commented Jun 14, 2018

代码里面有个报错,把报错修复之后再run-ios就行

@amandeepmittal
Copy link
Contributor

amandeepmittal commented Aug 8, 2018

@SDAman how to solve the error? I am getting the above same error as @giantss.

@vincent-cihan
Copy link

In my case, change react-native from "^0.40.0" to "^0.39.0" in package.json. Then npm install.

@SiJieMa
Copy link

SiJieMa commented Dec 11, 2018

Same problem!!!!

@lancelot9527
Copy link

代码里面有个报错,把报错修复之后再run-ios就行

it works,but another problem
image

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

8 participants