Directory changes and following guidelines

This commit is contained in:
ibrkhalil 2024-04-16 16:40:14 +02:00
parent d2fc803f47
commit 248354e868
No known key found for this signature in database
GPG Key ID: 4DC01DE789FD7BD3
1 changed files with 0 additions and 14 deletions

View File

@ -84,17 +84,3 @@ It's possible that on a multi-user installation files provided to the build sand
Issues:
* https://github.com/NixOS/nix/issues/6115
* https://github.com/NixOS/nix/issues/6217
## App crashes on launch on iOS
It's possible that installing XCode from a `.xip` file might cause XCode to act funny
Since it's not installed from the App Store, Or you might be missing a Rosetta installation.
[Reference/Similar issue](https://github.com/expo/expo-cli/issues/3197)
You might see something like this after running `make run-ios`:
```
Underlying error (domain=FBSOpenApplicationServiceErrorDomain, code=1):
```
The solution is to run `softwareupdate --install-rosetta --agree-to-license` to accept XCode's license and install Rosetta.