EAS buid local need Apple Developer paid?

When run command eas build --platform android --local request login Apple Developer


i write no but request email

EAS buid local need Apple Developer paid?

When run command eas build --platform android --local

I can see on the screenshot that you run --platform ios not --platform android

You need to have paid apple account to generate a distribution certificate and provisioning profile. You can only build for simulator without those credentials.

If you don’t have access to the account, but have those credentials you can provide them in credentials.json instead.

Hello, the command that I executed was:
eas build --platform ios --local
copy the one that was not.

If I understand you, to build an IOS application locally do I need an Apple Developer account, paid?
@wkozyra

Yes. Except if you’re building for the Simulator.
This is an Apple requirement, not an Expo requirement.