running expo build for iOS
See original GitHub issueassuming the flow in which expo is taking care of the entire signature and provisioning stuff for you
do you have an example of how to create an expo build:ios -t archive
flow, which having the Apple Connect user/pass?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Creating your first build - Expo Documentation
The easiest way to try out EAS Build is to create a build that you can run on your Android device/emulator or iOS...
Read more >Building Standalone Apps - Expo Documentation
To start the build process, run expo build:android or expo build:ios depending on the platform you are building for. If there is no...
Read more >iOS build process - Expo Documentation
Create a new macOS VM for the build. · Download the project tarball from a private AWS S3 bucket and unpack it. ·...
Read more >EAS Build - Expo Documentation
EAS Build is a hosted service for building app binaries for your Expo and React Native projects.
Read more >Building for iOS Simulators - Expo Documentation
Running a build of your app in an iOS Simulator is particularly useful in managed apps to get the standalone (independent of Expo...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @zivl! That should be possible by using environment variables! Based on the envvars used here and the options from the command itself, it should look something like:
You can play around with the options you provide to
expo build:ios
, but the env vars should be enough for you to authenticate. If you have more commands depending on the build or if you want to reflect the GH Action status on a successful build, you can omit--no-wait
ofc.Can you try this out? I’ll add it to the readme if that works as expected 😄
@byCedric It did work! Amazing! 🍺