Update the iOS documentation to be more complete and recent - #154
bitterepic wants to merge 1 commit into
Conversation
|
Does that target need Rosetta? I'd be surprised since Rosetta is ultimately due to get yanked anyway... but don't know offhand. |
|
I think running the code in the simulator might have needed rosetta, but I don't really have the context or experience. It was supposed to be automatically installed when needed but wasn't for some people (from what I see in internet searches.) Since I don't know for sure, I'm just avoiding documenting anything about Rosetta for now. |
|
Note to self: Look into adding documentation on signing the bundle |
|
(Which you shouldn't generally need to do, if you ever need it it's because you have an Intel Mac, or you're using it in GitHub's x86 Intel runners). |
Here's an example on signing via a |
Updates the recommended arch to aarch64-apple-ios from x86_64-apple-ios for computers with Apple Silicon. Also added the extra steps people might get stuck on configuring xcode.
NOTE:
For x86_64-apple-ios, it sounds like Rosetta is sometimes not installed which can cause the app to crash. I didn't add documentation on that.