-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research if we can distribute the prebuilt .ipa
/.app
#278
Comments
Current problem: GitHub Actions don't support running macOS VMs on Apple Silicon, so we can only build x86_64 artifact for a simulator, which when run on a simulator on Apple Silicon mac, only shows black screen and/or crashes (just random, unpredictable behavior). Maybe I can work around it by making Xcode generate a fat binary. |
Idea Maybe with a tool like |
Appium apparently doesn't codesign their binaries: |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. |
Currently, we're building the iOS AutomatorServer (
AutomatorServer/ios
) at everypatrol drive
, which adds some overhead (usually a few up to 10-20 seconds). In the ideal case, we should get rid of this and just download prebuilt.ipa
or.app
(I always forget which one is for what).To keep in mind:
x86_64
andarm64e
The text was updated successfully, but these errors were encountered: