Replies: 1 comment 2 replies
-
You can try to build iOS app for x86_64 architecture |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I've gotten Xtool working to build my iOS app, but it's not running on my iPad. I have been trying out this service called Appetize which provides cloud iOS simulators. But when I upload the build to the site it says the build was meant for a physical device, not a simulator, and doesn't start. I built with
xtool dev build --triple arm64-apple-ios-simulator
so I feel like it should create a simulator compatible build, right?As a side note I wonder if the app isn't working because it uses storyboards. Does xtool support those somehow/do I need to configure it to use the storyboard?
Beta Was this translation helpful? Give feedback.
All reactions