openwebrtc-build-scripts icon indicating copy to clipboard operation
openwebrtc-build-scripts copied to clipboard

iOS 8.2 ERROR: No SDK detected

Open EvilTrev opened this issue 10 years ago • 2 comments

I have my machine setup with the latest stable Xcode as well as the beta version for 8.3. The dependencies build process fails like so:

Setting up toolchain for ios.
ERROR: No SDK detected, looking in /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
Failed building...libusrsctp

Looking in that particular folder reveals I have a folder without SDK version number, and one for 8.2 only. I modified the setup_tool_chains.sh script to include lines for 8.2 and 8.3 to get back on my way. I imagine this is entirely my fault for having multiple Xcodes, however it may be something to consider testing for, complaining about or just expecting :)

EvilTrev avatar Mar 14 '15 23:03 EvilTrev

Actually it looks like Apple just pushed an App update for Xcode with 10.10 and iOS 8.2... so everyone with an up-to-date Xcode is going to face this issue.

EvilTrev avatar Mar 14 '15 23:03 EvilTrev

See following push request for fix: https://github.com/EricssonResearch/openwebrtc-build-scripts/pull/44

hthetiot avatar Mar 24 '15 16:03 hthetiot