SwiftKeychainWrapper icon indicating copy to clipboard operation
SwiftKeychainWrapper copied to clipboard

watchOS 2 support

Open j-hit opened this issue 9 years ago • 1 comments

When trying to add SwiftKeychainWrapper to a WatchKit Extension target using Cocoapods an error occurs stating the following:

[!] The platform of the target cosy WatchKit Extension (watchOS 2.0) is not compatible with SwiftKeychainWrapper (1.0.11), which does not support watchos.

Definition used in the Podfile

target 'cosy WatchKit Extension' do
  platform :watchos, '2.0'
  pod 'SwiftKeychainWrapper'
end

j-hit avatar Apr 30 '16 14:04 j-hit

I can confirm it's working fine in WatchOS 7

LeoSnek avatar May 19 '21 15:05 LeoSnek