Unable to fix code signing issue: Xcode7.3

怎甘沉沦 提交于 2019-12-08 04:18:18

问题


I am trying to run my application on different devices for testing purposes. It successfully allows me to run the app on iPhone4S, iPhone6 & iPhone6S. I tried to run it on my iPhone 5 however I am getting the following error:

"Failed to code sign. None of the valid provisioning profiles include the devices "DEVICE NAME". Xcode can attempt to fix this" 

When I click "Fix Issue" I get the following:

"Unable to fix code signing issue" "Xcode failed to resolve this issue. Check your code signing setting; ensure you have matching signing certificates and provisioning profiles installed and try again".

I have tried following various answers such as None of the valid provisioning profiles include the devices however I am using a free account and as a result i don't have access to the devices portal on developer.apple.com.

How can I fix this error without adding a device on the develop portal? Its odd that I only have this issue on this device.

Any help would be appreciated

P.s. I am using Xcode 7.3

UPDATE:

My apple ID looks like the below:


回答1:


Go to PRODUCT click Profile! It will resolve your issue or just go for build for profiling.




回答2:


firstly you have to Make sure you have a valid apple developer account then you have access to developer.apple.com and generate profiles for your app.

for more please check i hope it will solve your issues :

Xcode 7 error: "Missing iOS Distribution signing identity for ..."




回答3:


If you are using Developer account, make sure that the device on which you are trying to install the build is registered in your Developer account and Provisioning profile. Otherwise Xcode won't let you install the build in there.




回答4:


There is no limit on the number of devices that we can test our app using a free developer account. I tested my app on 5 devices, and all are working. But the only catch is that the provisioning profiles expire in 7 days, so the app does not not work after 7 days unless we re-launch it from XCode. The code signing issue could be due to some other issue. But I still dont understand why someone from the apple team told you that the limit is 3 devices.

More info on that - Is there a limit on the number of devices on which we can launch our app using the free apple developer account?



来源:https://stackoverflow.com/questions/36937150/unable-to-fix-code-signing-issue-xcode7-3

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