问题
I am getting a "No Such Module" error in Xcode using CocoaPods. I tried everything else I could find on StackOverflow. How do I fix this problem?
回答1:
Try to open .xcworkspace instead .xcproject
回答2:
I added the following to my Framework Search Paths: NOTE: the RECURSIVE option is ENABLED! Fair warning: this may have other implications that I am unaware of.
来源:https://stackoverflow.com/questions/43825255/cocoapods-no-such-module-error