Pergunta

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.

Foi útil?

Solução

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.

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top