• 1
  • 53
  • 54
  • 55
  • 56
  • 57(current)
[APPLE TV 4] pre-alpha builds CORE TESTING
Apple tv is a shame!!

I'm going back to my shield, on it everything work and I don't need to come out from the MIT! the only thing missing is dolby vision
Reply
(2017-04-19, 06:23)dmytrokoren Wrote: @Memphiz
Thank you for the great work and time you put in to the Kodi for TvOS.

I might be posting in wrong section, I'm a noob to Kodi Community Forum please forgive.

System: Xcode 8.x against iOS SDK 10.x (Sierra)

Been bothering me for 3 days already...
I am having issues with Kodi installation via Xcode.

1. Downloaded your project: https://github.com/Memphiz/xbmc/tree/yab
2. Executed:

cd $HOME/Kodi
cd tools/depends
./bootstrap
./configure --host=arm-apple-darwin --with-platform=tvos

Got an error:
checking for "*86"... auto is not "*86"
configure: error: error in configure of --with-sdk=10.2

3. Executed the rest.
4. Opened Kodi.xcodeproj - Clean and Build. I get 20 errors ( eg. https://ibb.co/hNVHrQ )

P.S - I know I can run .deb file with App Signer but I like a challenge and run it with Xcode.
Please help,
Thank you.
Can someone explain how to solve it.
Reply
I succefully built a deb file from.
"https://github.com/fuzzard/xbmc/tree/master_darwin-embedded" for tvOS;

But when try to dpkg. I get an architecture mismatch. appletvos-arm < darwin-arm64.

dpkg'n output: toposuvati (paste)
build notes: hetepifeto (paste)
Reply
Change the following line in your tree.

https://github.com/fuzzard/xbmc/blob/74a....sh.in#L92

Change it to 

echo "Architecture: darwin-arm64" >> $DIRNAME/$PACKAGE/DEBIAN/control
edit: a more appropriate fix
echo "Architecture: @CMAKE_SYSTEM_NAME@-@CPU@"                 >> $DIRNAME/$PACKAGE/DEBIAN/control

No one has been actively loading debs in the group, everyone has been loading via xcode, but this was raised by someone else apparently, but no idea who, and with no one to test, nothing has really been done at this point.
Reply
  • 1
  • 53
  • 54
  • 55
  • 56
  • 57(current)

Logout Mark Read Team Forum Stats Members Help
[APPLE TV 4] pre-alpha builds CORE TESTING7