Solved Having issues with installing kodi
#1
Hello,

Hoping someone will be able to help me out...

Ive got an iPhone 11 Pro Max on iOS 13.4 with the latest Xcode, iOS app signer and free developer account.

Ive followed the complete guide to install Kodi, the issue I am having is when I try to install Kodi onto my phone via Xcode it says unable to install. Not sure why...
Reply
#2
not enough info. Please show what you selected in app signer. Also run this in terminal to see if app was signed correctly:
Code:
unzip -q PATH_TO_IPA
codesign --verify --deep --strict -vvvv Payload/Kodi.app
Reply
#3
(2020-04-09, 10:26)kambala Wrote: not enough info. Please show what you selected in app signer. Also run this in terminal to see if app was signed correctly:
Code:
unzip -q PATH_TO_IPA
codesign --verify --deep --strict -vvvv Payload/Kodi.app

I ran the command and it came back as no such file or directory...

On the app signer:
Input file is the iOS deb version for Kodi
Certificate is my apple development account
provisioning profile is the Xcode created profile

and the rest are untouched
Reply
#4
I hope you understand that PATH_TO_IPA needs to be replaced with the actual path to your generated .ipa file? Smile

Please show screenshot of app signer with selected certificate/profile. If possible, please share the ipa file.
Reply
#5
(2020-04-09, 11:40)kambala Wrote: I hope you understand that PATH_TO_IPA needs to be replaced with the actual path to your generated .ipa file? Smile

Please show screenshot of app signer with selected certificate/profile. If possible, please share the ipa file.



hahah oops.. terminal comes back as: 

Payload/Kodi.app: valid on disk
Payload/Kodi.app: satisfies its Designated Requirement

App Signer: https://imgur.com/a/MlPIazC

I am unsure how to post the IPA on here...
Reply
#6
(2020-04-10, 04:39)ACEY777 Wrote: Payload/Kodi.app: valid on disk
Payload/Kodi.app: satisfies its Designated Requirement 

this is fine, no need to post ipa then.

most probably the profile doesn't contain your device's UUID. Have you selected your iOS device in Xcode before editing bundle identifier / updating profile?

one more point: are there multiple choices in app signer for cert/profile?
Reply
#7
(2020-04-10, 09:55)kambala Wrote:
(2020-04-10, 04:39)ACEY777 Wrote: Payload/Kodi.app: valid on disk
Payload/Kodi.app: satisfies its Designated Requirement 

this is fine, no need to post ipa then.

most probably the profile doesn't contain your device's UUID. Have you selected your iOS device in Xcode before editing bundle identifier / updating profile?

one more point: are there multiple choices in app signer for cert/profile?


That worked, thanks heaps!!!
Reply
#8
Thread marked solved.
Reply

Logout Mark Read Team Forum Stats Members Help
Having issues with installing kodi0