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?