You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the Xcode instructions, I disabled bitcode in the main target (there was no visible build option for bitcode in the watch app or watch extension targets) but the build failed with this error:
target 'xxxx Extension' has bitcode disabled (ENABLE_BITCODE = NO), but it is required for the 'watchos' platform
Xcode 7.2.1, I selected WatchOS (not WatchOS 1) when I added the watch targets.
Any ideas?
Of course with bitcode on, the MMWormhole stops the build.
The text was updated successfully, but these errors were encountered:
The latest version 1.0.3 of the plugin supports WatchOS 2.0 and it is not compatible with WatchOS 1.0 generally because of Apple dropping support for WatchOS 1.0. Please, note that 1.0.3 currently adds support only in Telerik Platform. Support for regular Cordova projects will be added in future.
Following the Xcode instructions, I disabled bitcode in the main target (there was no visible build option for bitcode in the watch app or watch extension targets) but the build failed with this error:
target 'xxxx Extension' has bitcode disabled (ENABLE_BITCODE = NO), but it is required for the 'watchos' platform
Xcode 7.2.1, I selected WatchOS (not WatchOS 1) when I added the watch targets.
Any ideas?
Of course with bitcode on, the MMWormhole stops the build.
The text was updated successfully, but these errors were encountered: