yankodimitrov / SwiftPasscodeLock

An iOS passcode lock with TouchID authentication written in Swift.
MIT License
680 stars 264 forks source link

Carthage build issue on swift 3.1 #75

Open amolpokale opened 7 years ago

amolpokale commented 7 years ago

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 "

kurry421 commented 7 years ago

Same issue here, please help!

a4arpan commented 7 years ago

Same here. someone plz help!

kurry421 commented 7 years ago

@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

ziogaschr commented 7 years ago

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'
anirudhsmarttechnica commented 7 years ago

-bash: https://github.com/velikanov/SwiftPasscodeLock.git,: No such file or directory give error