veereev
veereev

Reputation: 2688

Debug same project with 2 builds on device iphone ios sdk?

I have 2 version of the same project on my machine. Both have same unique bundle identifier. These are because i have 2 different version of the same application. I was wondering of instead I uninstall each version every time and re debug the actually desired version. If there is anyway to do this except than creating another project with different project name.

Upvotes: 0

Views: 52

Answers (1)

railwayparade
railwayparade

Reputation: 5156

Yes, you can create another "build target" within the same Xcode project then configure it with a unique bundle id.

Upvotes: 1

Related Questions