I have been getting these errors for a couple of days now and have put a lot of hours into fixing it but nothing is working. I have done the Corona Distribution tutorial like 5 times and made new certificates and stuff a ton as well but nothing is working. Does anyone have any ideas on how to fix this?
Can you post a screen shot of your Corona SDK build screen just before you press the build button?
What version of Corona SDK are you using?
Looks like its version 3.0.0 with build 2511. Is this the build screen you were looking for?
Common causes include:
-
A bad certificate / key pair. Sometimes these are not obvious to clean up in Keychain Access.
-
The presence of a folder named “resource” or “res” in with your main.lua
-
The presence of a file named Icon? (actually Icon with an ASCII 13 character at the end). This is due to an icon being on the folder or having the folder have a color.
-
Space in folder names (which you have)
-
UTF-8 characters in the project name.
Rob
I totally started over and deleted all the old keys in my keychain. I also deleted all of the certificate on the apple dev site and restarted my computer. I then did step by step the process again and it looked like it was all working until I got to the Corona build page and there were the 5 old code signing options instead of the new 1 I just created. Is there anyway to refresh those code signing identities or how do I make only the newest one show up? I already tried restarting my computer again and didnt work.
There is a folder that holds your provisioning profiles. You can use Finder and from the top menu do:
Go->Go to Folder
Enter: ~/Library/MobileDevice/Provisioning Profiles
Drag anything you don’t want to the trash.
Rob
Waiting for approval!!! Thanks so much that really helped me out!
Can you post a screen shot of your Corona SDK build screen just before you press the build button?
What version of Corona SDK are you using?
Looks like its version 3.0.0 with build 2511. Is this the build screen you were looking for?
Common causes include:
-
A bad certificate / key pair. Sometimes these are not obvious to clean up in Keychain Access.
-
The presence of a folder named “resource” or “res” in with your main.lua
-
The presence of a file named Icon? (actually Icon with an ASCII 13 character at the end). This is due to an icon being on the folder or having the folder have a color.
-
Space in folder names (which you have)
-
UTF-8 characters in the project name.
Rob
I totally started over and deleted all the old keys in my keychain. I also deleted all of the certificate on the apple dev site and restarted my computer. I then did step by step the process again and it looked like it was all working until I got to the Corona build page and there were the 5 old code signing options instead of the new 1 I just created. Is there anyway to refresh those code signing identities or how do I make only the newest one show up? I already tried restarting my computer again and didnt work.
There is a folder that holds your provisioning profiles. You can use Finder and from the top menu do:
Go->Go to Folder
Enter: ~/Library/MobileDevice/Provisioning Profiles
Drag anything you don’t want to the trash.
Rob
Waiting for approval!!! Thanks so much that really helped me out!