How to run ionic build ios but not achieve and export the app?

I removed and added iOS platform due to rename of app, which reinstall ed ios-deploy.Before that I can build the ios app without code sign, but currently when I run

ionic build ios

it also signs and achieves the app, but I just want to build the app so that I can build the app manually using Xcode, how can I leave the sign identity blank when using ionic build ios just like before?

1 Like

I am having the same problem. The night before, I was still able to build it and run with xcode. The next day morning, when I run the same command, it archives and exports the file.