The executable was signed with invalid entitlements (0xE8008016)

蓝咒 提交于 2019-12-24 04:52:10

问题


No idea of what is going on! I have to duplicate an App so I've renamed it, changed the boundle and remaked all the App ID and certificates. I compile it and it returns "The executable was signed with invalid entitlements. The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016)."

I googled it and only found something about the Entitlements.plist file, but I don't understand what's that and if it is useful: I try to add it to my project but it seems that I can add the value "get-task-allow" because it seems that it is already that, but I don't find it... In other words it'a mess and I don't know what to do.

Can anybody and advise me?

Update: I've refreshed Provisioning Profiles in the Organizer and now it returns a new error and it doesn't compile any more: Code Sign error: Provisioning profile 'xxx' can't be found. Is it better or worst? Update: I've changed profile, again at the starting point..


回答1:


I ran into this same issue. I had an app which I was able to deploy to my iphone (5.0) from xcode. After updating my phone to 5.1 I could no longer deploy to it because my xcode was outdated. After updating xcode to 4.3.2, my phone was available but the attempts to deploy resulted in the "entitlements" error you mentioned. I solved this by going into my apple developer account and updating my provisioning profile to include my "new" phone. I did this with my iphone plugged into my mac. So apparently upgrading my phone to 5.1 causes it to be a new device as far as the provisioning profile goes.

I'm very very new to iOS development, so may have no idea what I'm talking about, but the series of steps above fixed this error for me. Hope it helps!



来源:https://stackoverflow.com/questions/9359596/the-executable-was-signed-with-invalid-entitlements-0xe8008016

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!