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.