|
|
|
|
|
by alana314
18 days ago
|
|
+1 for Expo, their Expo Application Services are great and have a free tier. npx expo run:ios --device #runs a build on my iphone and shows logs in the terminal eas build --platform ios --profile preview #builds in the cloud and gives me a QR code to install a build on my device with a custom certificate eas build --platform ios --profile production --auto-submit #auto increments and submits a production build to the app store. |
|