shoutem / school

A new React Native app every 2 weeks. With tutorial :)
http://reactnative.school
480 stars 343 forks source link

build Failed #4

Open cyrsis opened 7 years ago

cyrsis commented 7 years ago

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

For react-native run-ios

Had been try remove module modules, build with Xcode, Nothing seems work

Maybe have to fork it to make it into workable state

WillAcon commented 6 years ago

You should try to remove react-native and reinstall the 0.44 version, it worked for me.

npm uninstall -g react-native npm install -g react-native@0.44.2

pavanmehta91 commented 6 years ago

Thanks @WillAcon trying

pavanmehta91 commented 6 years ago

Din't work for me.