How to solve this (null): error: CFBundleIdentifier 'com.abcd.efg.*' contains illegal character '*'?

StackOverflow https://stackoverflow.com/questions/10892261

Domanda

I have an App Id like this 'com.abcd.efg.*'. I have entered the correct app id in Bundle Identifier from .plist file of my project. When i build my project below error message is displaying.

(null): error: CFBundleIdentifier 'com.abcd.efg.*' contains illegal character '*'

How can i run the project with using this app id? Can anyone please guide me? Thanks in advance.

È stato utile?

Soluzione

esteric * is not a valid character for bundle identifier, i think your giving this as you have made the provisioning profile like this. but remember, making a provisioning profile like this '*' means it will be valid for all apps containing com.xxxx.xxx.. so here you must have to select a name like com.xxxx.xxx.myTestApp or com.xxxx.xxxx.theNewApp etc

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top