Re: Debug-iphoneos
Re: Debug-iphoneos
- Subject: Re: Debug-iphoneos
- From: David Duncan <email@hidden>
- Date: Wed, 19 Sep 2012 13:28:21 -0700
On Sep 19, 2012, at 11:27 AM, CocoNuts < email@hidden> wrote: B - For using the iPhone Simulator the
1. Targeted Device Family should be iPhone 2. The Scheme destination should be iPhone 5.1 Simulator
C - For using the iPad Simulator
1. Targeted Device Family should be iPad 2. The Scheme destination should be iPad 5.1 Simulator
The Schemes for B and C should build different Targets do I can specify Target Build Output because Debug-iPhoneSimulator is overwritten and may contain iPhone 5.1 simulator or iPad 5.1 Simulator
Is this correct?
If you are building a universal application, then there is no difference in the binary between these two. I'm actually not even certain why you want to have all 3 of these schemes to be honest – you can build for either device or simulator from the same scheme by specifying the appropriate SDK.
xcrun xcodebuild -scheme <foo> -sdk [iphoneos | iphonesimulator] |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden