Build and Debug using ios 8.4 SDK in Xcode 7 -
xcode 6.4 doesn't allow debug on ios 9 devices installed xcode 7 doesn't have ios sdk 8.4 installed. since have xcode 6.4 installation, copied the
iphoneos8.4.sdk /applications/xcode 3.app/contents/developer/platforms/iphoneos.platform/developer/sdks folder
and copied
iphonesimulator8.4.sdk /applications/xcode 3.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks.
however ios 8.4 sdk not appear in base sdk options list.
there 1 work around situation. used in routine work below:
- open project in xcode 6.4 (you can see ios 9 device debugging disabled)
- now open xcode 7 (without project opened it) such looks active in "dock tray".
by doing above 2 steps, xcode 6.4 enable debug ios 9 devices.
hope helps.
Comments
Post a Comment