My Corona account expired from Pro and I just purchased the Basic package. Upon reinstalling every time I try to upload my any development or provisioning profile to either device I ma getting the same error
No Code Signature Found.
So I deleted all my certificates(2) and re-created 2 new ones. A Development and Distribution certificate.
(Request a Certificate from Certificate Authority through Keychain Access)
I even made a new App I.D. and a Developmental Provisioning Profile to go with it for testing.
(Also made valid other profiles)
Xcode - deleted all profiles and downloaded new development provisioning profile to Xcode
Re-downloaded build number 2189a.
Still getting error: No Code Signature Found.
This is error that prints in terminal:
2014-05-30 15:56:21.514 Corona Simulator[17279:507] WARNING: Could not find certificate for identity (iPhone Distribution: russell mckee) whose user id is: G86P82S543
2014-05-30 15:56:21.640 Corona Simulator[17279:507] WARNING: Could not find certificate for identity (iPhone Distribution: russell mckee) whose user id is: G86P82S543
Using additional build settings from: /Users/russm305/Desktop/worldcup/build.settings
WARNING: Your SDK may be out of date b/c the following SDK directory could not be found:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk
WARNING: Using the following SDK instead:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk
WARNING: Your SDK may be out of date b/c the following SDK directory could not be found:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk
WARNING: Using the following SDK instead:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk
Any ideas on how I can resolve this will be much appreciated!