Problems building for ios

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
henke66 Offline
Junior Member
Posts: 46
Joined: May 2012
Reputation: 0
Post: #11
So I finally got the build started!

I had some issues finding the xcode 3.2.5 and then installing it. I didn't find xcode 3.2.5 on apples developer site (where it's supposed to be) however there was a package on the p-bay. Then when I tried to install that it failed, with a non-informal message, due to some signing of the package that had expired.
The solution to this was found here http://managingosx.wordpress.com/2012/03...ignatures/.

I also had to do
./configure --with-darwin=ios --with-sdk=4.2
in stead of
./configure --with-darwin=ios
when installing cross libs and runtime environment.

I think the statement in the README.ios to install latest xcode is a bit misleading nowadays.

Would xcode 3.2.6 also work?
find quote
davilla Online
Team-XBMC Developer
Posts: 10,506
Joined: Feb 2008
Reputation: 58
Post: #12
The README.ios is directed to build under 10.6.8. Building under 10.7 is twitchy so we never documented it.

darwin-depends-refactor can build depends and xbmc for osx. not tested ios build yet.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
Post Reply