node --version
v8.0.0
npm --version
5.0.3
react-native --version
react-native-cli: 2.0.1
react-native: 0.45.1
xcodebuild -version
Xcode 8.3.3
Build version 8E3004b
yarn --version
0.24.6
The steps i create my project:
react-native init Tst
...
cd Tst
react-native run-ios
the simulator boots normally,but build failed with errors
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution Install\ Third\ Party /Users/ray/Work/React/native/Tst/ios/build/Build/Intermediates/React.build/Debug-iphonesimulator/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh
(1 failure)
Installing build/Build/Products/Debug-iphonesimulator/Tst.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/Tst.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist
node --version
v8.0.0
npm --version
5.0.3
react-native --version
react-native-cli: 2.0.1
react-native: 0.45.1
xcodebuild -version
Xcode 8.3.3
Build version 8E3004b
yarn --version
0.24.6
The steps i create my project:
react-native init Tst
...
cd Tst
react-native run-ios
the simulator boots normally,but build failed with errors
** BUILD FAILED **
The following build commands failed:
(1 failure)
Installing build/Build/Products/Debug-iphonesimulator/Tst.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/Tst.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist