react-native-material-ui-demo-app
react-native-material-ui-demo-app copied to clipboard
Fails to run on IOS
I cloned the repo, ran
- yarn install.
- git submodule init
- git submodule update
then
- react-native run-ios
and got this error:
The following commands produced analyzer issues:
Analyze RCTLocationObserver.m
(1 command with analyzer issues)
The following build commands failed: CompileC /Users/hb29488/Documents/repos/react-native-material-ui-demo-app/ios/build/Build/Intermediates/RCTWebSocket.build/Debug-iphonesimulator/RCTWebSocket.build/Objects-normal/x86_64/RCTWebSocketObserver.o RCTWebSocketObserver.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)
Installing build/Build/Products/Debug-iphonesimulator/example.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/example.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist
+1
+1