Ryasnoy / AppLocker

AppLocker - simple lock screen for iOS Application ( Swift 4+, iOS 9.0+) Touch ID / Face ID
MIT License
212 stars 46 forks source link

No such module 'Valet' #17

Open sayalikale opened 4 years ago

sayalikale commented 4 years ago

No such module 'Valet'

Sosotess93 commented 4 years ago

Inside your Podfile try to add pod 'Valet'

owenzhao commented 3 years ago

The latest Valet is 4.0 now. But AppLocker is base on 3.x. So you need to use.

pod 'Valet' , '< 4.0'

Also, the default sample use old school carthage framework when building. After you add the pod, you should remove the carthage build phase or the project won't be built.