How to synchronize versions and build numbers across different targets
If you ever developed an extension for iOS, you are most likely to be familiar with the following errors when uploading the app in the App Store: CFBundleVersion Mismatch - The CFBundleVersion value '1' of extension 'ExtensionApp' does not match the CFBundleVersion value '2' of its containing iOS application 'Main.…