Kodi Community Forum

Full Version: iOS 8.3 & Xcode 6.3 SDK compatibility
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is anyone able to successfully build for iOS 8.3 and Xcode 6.3 on OS X 10.10.3 in Terminal?

Not able to make all dependencies build successfully.

Received the following error after the "make" step in guide outline listed below (using to build 14.2 or 15.0 beta 1 master):

cd Kodi
cd tools/depends
./bootstrap
./configure --host=arm-apple-darwin
make

Error message:

make: *** [target/.installed-iphoneos8.3_armv7-target] Error 2
working on it already https://github.com/xbmc/xbmc/pull/6925 - also the readme states which sdk/xcode versions are working - everything newer is just not supported until i make it work and state support for it in the readme.

Once i solved it i am looking forward to your contribution to the ios platform Smile - thx