Should I "add platform ios" at the beginning of the project or can I do it after finishing?

Does it matter if I do it when creating a new project or if I finish the whole thing and than do it?

Thanks

Its better at the begining so you can debug in a device, and make custom style if needed

1 Like

If your look at it from a technical perspective, it doesn’t matter. You could do it at any time you see fit. But if you’re planning to deploy on iOS anyway, you should also test on iOS (I guess ;)). So from that perspective it would make sense to add the platform when you’re starting out and debug it along the way.

2 Likes