Question: Is there a flag to tell expo to create ios credentials?

I am wondering if there is any way of telling expo to create the ios certificates/profile when running
expo build:ios --non-interactive (and also passing in ios related info to be able to create them)
Currently, everything works fine until expo asks if it should handle credentials, which it then fails because of the non-interactive mode. Is there a flag, env variable, or anything that can be done to have expo create them without asking me to do it?

Thanks

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