openwebrtc-build-scripts
openwebrtc-build-scripts copied to clipboard
iOS 8.2 ERROR: No SDK detected
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 :)
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.
See following push request for fix: https://github.com/EricssonResearch/openwebrtc-build-scripts/pull/44