Next, we will generate an installer for iOS using XCode. You can follow the given steps:
- Open a new command prompt/terminal at the root of the project.
- Remove unwanted plugins:
ionic plugin rm cordova-plugin-console
- Run:
ionic build -release ios
- Navigate to platforms/iOS and launch the projectname.xcodeproj using XCode.
- Once the project is inside XCode, select Product and then Archive from the navigation menu.
- Next, select Window and select Organizer from the navigation menu. You will be shown a list of archives created.
- Click on the archive snapshot we have created now, and click on Submit. The validation of your account is performed and then the app will be uploaded to iStore.
- Finally, you need to log in to the ...