evgenyneu / keychain-swift

Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
MIT License
2.82k stars 345 forks source link

Support for Swift 4.1 #77

Closed mmalesevic closed 6 years ago

mmalesevic commented 6 years ago

Library setup method: Carthage Version of the library. 11.0. Xcode version: 9.3 (9E145) OS version: iOS 11.3

Please add support for Swift 4.1

Getting following exception when building my App including KeychainSwift

Module compiled with Swift 4.0.3 cannot be imported in Swift 4.1: .../Carthage/Build/iOS/KeychainSwift.framework/Modules/KeychainSwift.swiftmodule/arm64.swiftmodule (projectpath changed)

mmalesevic commented 6 years ago

Nevermind. After several cleaning, deleting and rebuilding approaches everything worked just fine with SWIFT 4.1 #usualXCodeTrouble. Sorry for creating a unnecessary issue!