-
-
Notifications
You must be signed in to change notification settings - Fork 911
install with cocoapods, but no such module Quick #731
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
Comments
Are you sure that you are opening an xcworkspace file geneated by cocoapods instead of an xcodeproj file? |
Pretty sure |
What is the Quick version? |
I am facing same problem xCode:8.3.3 I am opening xcworkspace, we are using about 20 different pods and only this one throws this error. our podfile looks like this:
|
Try the following:
This is what I have to do from time to time. |
Closing this due to inactivity. |
I'm also having this issue. It seems that any pod I try to import now is nonexistent. I can't import FirebaseMessaging or Locksmith even though they're in the podfile that I'm importing from. I hope someone can help. |
right!!! this is getting frustrating |
I too have the same issue . I removed the pod to which it was giving error and then it chose the next pod as not existing . Dont know what to do with this . I have opened the this stack overflow thread . But no luck till now . Some one please help to find the root cause so that this can be resolved forever rather than providing the workarounds without knowing the root cause . its been a while and i am really fed up with this . |
Hello All, Try using pod update after pod install command which will solve problem of No such module. Thanks, |
Hello everyone, I use command + U to compile Quick and Nimble, then the error will gone. |
Is it because (some of us maybe) are using them in an Objective-C project? |
This worked for me, but how am I supposed to do that in a CI environment? |
Clean and Build fixed me the problem. In Xcode select Product -> Clean Build Folder |
today, I try to use Quick in my project, after pod install, I try to import Quick,
but get the error: no such module Quick
xCode:8.3.3
cocoapods:1.3.0
Swift: 3.1
The text was updated successfully, but these errors were encountered: