SwiftPasscodeLock icon indicating copy to clipboard operation
SwiftPasscodeLock copied to clipboard

Carthage build issue on swift 3.1

Open amolpokale opened this issue 7 years ago • 5 comments

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 "

amolpokale avatar Apr 10 '17 11:04 amolpokale

Same issue here, please help!

kurry421 avatar Apr 19 '17 02:04 kurry421

Same here. someone plz help!

a4arpan avatar Apr 19 '17 05:04 a4arpan

@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

kurry421 avatar Apr 19 '17 05:04 kurry421

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'

ziogaschr avatar May 25 '17 09:05 ziogaschr

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

anirudhsmarttechnica avatar Jun 15 '17 05:06 anirudhsmarttechnica