stuartervine/OCTotallyLazy

fails to build due to wrong SDK version

Closed this issue · 1 comments

~/code/External/OCTotallyLazy$ ./build.sh test
xcodebuild: error: SDK "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/" cannot be located.
Build FAILED : 64
~/code/External/OCTotallyLazy$ ll /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/
total 0
drwxr-xr-x 3 root wheel 102B Dec 12 2011 ./
drwxr-xr-x 7 root wheel 238B Apr 27 09:16 ../
drwxr-xr-x 8 root wheel 272B Feb 22 20:11 iPhoneSimulator5.1.sdk/

Hi Espen,

Thanks for the feedback + issue. I've changed the build script to use the latest SDK available for testing, rather than hard code it to a particular version. I've checked it against iOS5.0 and iOS5.1 and it seems fine.

Cheers
Stuart