Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such module 'Valet' #17

Open
sayalikale opened this issue May 8, 2020 · 2 comments
Open

No such module 'Valet' #17

sayalikale opened this issue May 8, 2020 · 2 comments

Comments

@sayalikale
Copy link

No such module 'Valet'

@Sosotess93
Copy link

Inside your Podfile try to add pod 'Valet'

@owenzhao
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants