how to generate .ipa file without paid account

i am trying to generate .ipa file for ios using unpaid apple id…then error generate that you have no team associated with your apple account, cannot proceed . please help me

Hey @seema.nagar,

You won’t be able to create an archive build that can be distributed to the App Store or Test Flight without a paid Apple Developer account, but you can create a simulator build by running expo build:ios -t simulator

Cheers,
Adam

1 Like

i have assigned role as app Manage role in Apple developer Account .is it possible to create .ipa file

1 Like

If you have an Apple Developer account now, you should be abled to build archive builds via expo build:ios

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.