Watch kit CFBundleVersion

Rajesh picture Rajesh · Apr 10, 2015 · Viewed 7.7k times · Source

Planning for watch kit integration

error: The value of CFBundleVersion in your WatchKit app's Info.plist (1) does not match the value in your companion app's Info.plist (2.0). These values are required to match.

Struck with above error.
- changed the deployment targets of both notification & watchkit app. But build failed

Thanks.

Answer

LoVo picture LoVo · Apr 10, 2015

You need to make sure that the CFBundleVersion in the Info.plist of your WatchKit App is identical to the CFBundleVersion in your parent app’s Info.plist.