문제

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