I am an iOS developer. I have submitted a few apps to App Store. But I am newbie in Corona.
Mac os : 10.10.1 (Yosemite)
Xcode : 6.1.1
I have created the following
a. APP ID : com.mycompany.myapp
b. Provisioning profile for development and distribution
c. Corona Simulator : 2014.2511
In Corona Simulator, I select “build for device”. Myapp.app is successfully built.
I want to run this app in my iPad. And I got an error message “The applicaton does not have a valid signature” when I add myapp.app in Xcode > device
I have tried to use provisioning profile for development and distribution. Same error messages are obtained.
What is problem of my signature ? Do I need to specify my bundle identifier of my app ?
Thanks