I am having trouble with a code sign error. Initially I did the normal things, I checked my keychain for expired certificates and deleted them all (the red marked expired ones). Then I went into my developer profile on the online portal and I still had an in date certificate but my provisioning profile had expired. I regenerated a new provisioning profile downloaded it and uploaded it into Xcode. I still get the following error :
I think the problem is where it says
Signing Identity: "-"
I don't know where this variable would be. I have changed the build settings for "Code Signing Identity" in both the project and target (just using the drop down settings that appear). I tried setting everything to the downloaded provisioning profile, then tried using the "Automatically Manage Signing" option in the general tab and setting everything to automatic. Still no dice. I now feel like I am just randomly flicking them back and forward now trying to get a lucky combination. If you know where I can find this particular
Signing Identity: "-"
variable the message is indicating and how to fix it I would be eternally grateful
Many thanks
[doublepost=1492008858][/doublepost]This is totally bizarre that the clean command doesn't do this but I managed to find the answer eventually on stack overflow. I don't know how this happened what the fix does or how it works but it does. If anyone knows what this is doing or how it happens that could be useful information :
In terminal, goto project's root directory and execute one by one command
find . -type f -name '*.jpeg' -exec xattr -c {} \;
find . -type f -name '*.png' -exec xattr -c {} \;
find . -type f -name '*.tif' -exec xattr -c {} \;
Clean Xcode and Re Build. Done.
http://stackoverflow.com/questions/...a-xcode-8-resource-fork-finder-information-or
I think the problem is where it says
Signing Identity: "-"
I don't know where this variable would be. I have changed the build settings for "Code Signing Identity" in both the project and target (just using the drop down settings that appear). I tried setting everything to the downloaded provisioning profile, then tried using the "Automatically Manage Signing" option in the general tab and setting everything to automatic. Still no dice. I now feel like I am just randomly flicking them back and forward now trying to get a lucky combination. If you know where I can find this particular
Signing Identity: "-"
variable the message is indicating and how to fix it I would be eternally grateful
Many thanks
[doublepost=1492008858][/doublepost]This is totally bizarre that the clean command doesn't do this but I managed to find the answer eventually on stack overflow. I don't know how this happened what the fix does or how it works but it does. If anyone knows what this is doing or how it happens that could be useful information :
In terminal, goto project's root directory and execute one by one command
find . -type f -name '*.jpeg' -exec xattr -c {} \;
find . -type f -name '*.png' -exec xattr -c {} \;
find . -type f -name '*.tif' -exec xattr -c {} \;
Clean Xcode and Re Build. Done.
http://stackoverflow.com/questions/...a-xcode-8-resource-fork-finder-information-or