XCode 8, Swift 3 and iOS 9.3 Base SDK -
i have looked around relevant xcode questions/answers couldn't find a solution.
what need have project in xcode 8 & swift 3 , build base sdk of ios 9.x.
what have done:
- downloaded xcode 7 , copied on relevant ios 9.x sdks xcode 8.
- created new basic project in xcode 8 (swift 3).
- changed base sdk ios 9.3.
- hit run button.
the error is: <unknown>:0: error: swift not support sdk 'iphoneos9.3.sdk' command /applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/swiftc failed exit code 1
can conclude can't have base sdk ios 9.3 in xcode 8?
Comments
Post a Comment