This account has used its iOS builds from the Free plan this month, which will reset in 4 days (on Tue Apr 01 2025). Upgrade your plan for more builds with shorter wait times and longer timeouts, and to run more builds concurrently with a subscription plan. /accounts/footballu/settings/billing
Is there any specific way that can help us creating build without using subscribing plans.
This account has used its iOS builds from the Free plan this month, which will reset in 4 days (on Tue Apr 01 2025). Upgrade your plan for more builds with shorter wait times and longer timeouts, and to run more builds concurrently with a subscription plan. https://expo.dev/accounts/footballu/settings/billing
Is there any specific way that can help us creating build without using subscribing plans.
Share Improve this question asked Mar 27 at 12:37 079_Vikash Rajpurohit079_Vikash Rajpurohit 1036 bronze badges 2- Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Bot Commented Mar 31 at 8:56
- My concern was to not to pay for generating my iOS build and try to create the build on the local environment. – 079_Vikash Rajpurohit Commented Apr 1 at 9:32
1 Answer
Reset to default 1If you have an Apple device (MacBook, Mac Mini, etc.) you can make use of the --local
flag to build APK files locally on your device.
Example
eas build --profile [preview | development | production] --platform [ios | android] --local