Main goal: To have two builds of the same application on my phone.
What I've done: Switched the provisioning profile to "wildcard" from "DEV" and changed the bundle identifier to "com.mycompany.*" from "com.mycompany.appname".
I ran it, and I get an error that says
"(null): error: CFBundleIdentifier 'com.mycompany.*' contains illegal character " * " invalid bundle identifier 'com.mycompany.*'"
Does anyone have any idea what is wrong? Thanks in advance.