peter-iakovlev / Telegram

Telegram Messenger for iOS
3.23k stars 858 forks source link

How to change the bundle identifier #124

Open kkct83 opened 7 years ago

kkct83 commented 7 years ago

App is running fine on simulator, but i want to test it on device. So, I am trying to change the bundle Identifier for creating a provisioning profile, but its giving error "error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier."

seifolahi commented 7 years ago

All module's bundle identifier should start with the main bundle identifier.For example if your bundle is x.y.z bundle identifier for share extension should be x.y.z.share . Change them all.

gitty-kid commented 6 years ago

Guys any luck in doing it on the device?