ios - Xcode: Change Bundle Identifier Case with automatically managed signing -
xcode 8 seems have convention bundle identifier follows case of app name e.g. com.test.appname. in our team convention have lowercase. after created new project tried change case of bundle id no success. tried:
1) tried change in xcode changed lowercase , changed capabilities. result error:
the app id "com.xyz.xyz" cannot registered development team. change bundle identifier unique string try again.
2) delete in developer account there seems no possibility delete automatically generated bundle id online.
is there way fix this?
Comments
Post a Comment