Solved tvOS Nexus 20.3 install issue
#1
Spent a few hours attempting to install through Xcode without success until finding the solution to change the Bundle Id mentioned here:

https://forum.kodi.tv/showthread.php?tid...pid3176464

Credit to @sy6sy2, thanks
Reply
#2
Sounds like a lot of work changing the .deb file.  I was hoping someone would change it and post the fixed file.  But, I can use 20.2 for now. lol
Reply
#3
well, it's actually just 2 commands in terminal, execute them from the folder containing the deb file:
Code:
ar -p *.deb data.tar.xz | tar -xf -
/usr/libexec/PlistBuddy Applications/Kodi.app/Frameworks/libass.framework/Info.plist -c 'Set :CFBundleIdentifier org.xbmc.kodi-tvos.framework.libass'
after this sign Kodi.app inside the Applications folder instead of the deb
Reply
#4
this is fixed now
Reply

Logout Mark Read Team Forum Stats Members Help
tvOS Nexus 20.3 install issue0