iphone - How to solve this (null): error: CFBundleIdentifier 'com.abcd.efg.*' contains illegal character '*'? -
i have app id 'com.abcd.efg.*'. have entered correct app id in bundle identifier .plist file of project. when build project below error message displaying.
(null): error: cfbundleidentifier 'com.abcd.efg.*' contains illegal character '*' how can run project using app id? can please guide me? in advance.
esteric * not valid character bundle identifier, think giving have made provisioning profile this. remember, making provisioning profile '*' means valid apps containing com.xxxx.xxx.. here must have select name com.xxxx.xxx.mytestapp or com.xxxx.xxxx.thenewapp etc
Comments
Post a Comment