SwiftPasscodeLock
SwiftPasscodeLock copied to clipboard
Carthage build issue on swift 3.1
I installed the Carthage of PasscodeLock in my project (xcode 8.0 swift 3.0.1) , i update my xcode 8.0 to xcode 8.3 . Now it showing the error "module compiled with swift 3.0.1 cannot be imported in swift 3.1 "
Same issue here, please help!
Same here. someone plz help!
@a4arpan found this fork, its pretty much updated. only thing is the pod isn't updated to the latest (pod will install 1.0.2, but GitHub has 1.0.3). so you will have to manually update each file.
hope this helps!
https://github.com/velikanov/SwiftPasscodeLock
You can add this to your Podfile, instead of manually updating/copying every file.
pod 'PasscodeLock', :git => 'https://github.com/velikanov/SwiftPasscodeLock.git', :branch => 'master'
-bash: https://github.com/velikanov/SwiftPasscodeLock.git,: No such file or directory give error