You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I was able to run on iOS, by upgrading everything to the latest version:
npm i -g npm-check-updates npm-check-updates -u npm install react-native upgrade
Then I got "Unrecognized font family 'Roboto'", so I proceeded with this tutorial as recommended on react-native-material-ui's main README, which is basically:
create assets/fonts directory and copy Roboto fonts inside it
add the following on package.json: "rnpm": { "assets": ["./assets/fonts"] }
Followed instructions in readme:
In another window:
Result:
The text was updated successfully, but these errors were encountered: