Open sayalikale opened 4 years ago
Inside your Podfile try to add pod 'Valet'
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.
No such module 'Valet'