iOS build issue

Hi all,

When trying to do an iOS / iOS -simulator build I get the following errors:
xcodebuild: error: SDK “iphoneos5.0” cannot be located.
xcrun: error: unable to find utility “clang++”, not a developer tool or in PATH

When checking SDK versions installed, I only have 9.3 for iOS - but it appears to be trying to find iOS 5.0 SDK.

Stephens-MacBook-Pro:kds_HypTwitter stephenkds$ xcodebuild -showsdks
OS X SDKs:
OS X 10.11 -sdk macosx10.11

iOS SDKs:
iOS 9.3 -sdk iphoneos9.3

Where is it getting the 5.0 value from and how to update it to 9.3, so I can complete a build?

Thanks in advanced!
Stephen

Try editing “/usr/local/haxe/lib/hxcpp//toolchain/finish-setup.xml” on your machine with this change:

The extension I was trying to rebuild, had iphone os set to 5.0 in the build.xml which it was using to overrride any other build setting.