Вопрос

I know this is a very stupid question, but I have 2 completely separate projects I am working on, one of which is already on the phone, and I want to make sure the second one will not override the first one.

Это было полезно?

Решение

As long as the bundle id is different for the apps, you have nothing to worry about. You can even build and debug both apps on the same device at the same time or even on multiple devices.

Другие советы

As long as your projects specify different executable bundles (i.e. 'com.me.myapp1' and 'com.me.myapp2') then they won't overwrite each other - you can see this in the iPhone simulator - If you run your first app and then your second app and then press shift-cmd-H you should see icons for both of your projects on the simulator springboard screen.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top