kevsmithpublic / MameAppleTV

Mame for tvOS
236 stars 61 forks source link

Same failing to build on AppleTV #21

Open elbarbari opened 8 years ago

elbarbari commented 8 years ago

Hello, Mame is always failing to build.

I get this error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “com.ksmith.iMame4tvOS” were found.

I tried changing the bundle ID with no success. Please help.

Thank you

bytor99999 commented 8 years ago

You have to set the provisioning profile to your own Apple ID provisioning profile. You don't own/have KS's certification, you have to put yours. This is the same for any iOS codebase that you get from anyone else. Especially with apps that you get elsewhere that you are sideloading onto your own device.

For instance, look at step 5 in this link.

http://www.idownloadblog.com/2015/12/24/how-install-kodi-new-apple-tv-4/

Mark

elbarbari commented 8 years ago

Thanks Mark,

What is KS?

also, I don't have a paid dev account. How do I find my Apple ID provisioning profile?

Thank you.

Sent from my iPhone 6 http://www.iphone-tips-and-advice.com/

On Feb 28, 2016, at 4:23 PM, Mark Spritzler notifications@github.com wrote:

You have to set the provisioning profile to your own Apple ID provisioning profile. You don't own/have KS's certification, you have to put yours. This is the same for any iOS codebase that you get from anyone else. Especially with apps that you get elsewhere that you are sideloading onto your own device.

For instance, look at step 5 in this link.

http://www.idownloadblog.com/2015/12/24/how-install-kodi-new-apple-tv-4/

Mark

— Reply to this email directly or view it on GitHub.

elbarbari commented 8 years ago

Can you please clarify? How to set provisioning profile? Why is this only happening with Mame. No such error with Provenance. !!

Thank you.