Using android code to build for iOS

Hello,
I have successfully built an android app in ionic. Would like to use the same code and build for iOS, any ideas on how I can do that?

First,
ionic cordova platform add ios
then go through the build and testing phase, much like you did with Android.

Chris

1 Like

Thank you @ChrisGriiffith. I was able to successfully build for iOS