简体   繁体   中英

Xcode Deploy Multiple Targets to iOS Device

When I select my target in Xcode and run it on my iPad it overwrites the other target in the same Xcode project. Is there a way to have both targets on the device simultaneously?

Give them a different bundle ID in your info.plist. This will require different mobile provisioning files for each target. Most people have one target for debugging and development, and another for the production which strips out testing and debugging code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM