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
{{ message }}
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.
We currently need to set the architecture to i386 in order to run the application in the simulator, we set the flag "-arch i386" . Is there a way that we can customize the xcodebuild command to incorporate this?
The text was updated successfully, but these errors were encountered:
Sounds like you have a funky setup. You should be able to run in the simulator or on the device without setting any extra flags.
But, if you do need that functionality, I'm not sure bwoken is capable of that right now. If you have a patch that allows this, I'd be happy to pull it in.
We currently need to set the architecture to i386 in order to run the application in the simulator, we set the flag "-arch i386" . Is there a way that we can customize the xcodebuild command to incorporate this?
The text was updated successfully, but these errors were encountered: