简体   繁体   中英

CocoaPods no such module with Xcode 7 Swift 2.2

Can't seem to import any of my pods in my project. It always tells me there is "no such module" Have tried everything that I read online and wondering if I should reinstall Xcode.

Used use_frameworks! in my pod file with the pods VideoSplashKit and Firebase. Did a pod install then opened the new xcworkspace file. Even tried adding the two libraries in my build settings.Still nothing, any idea?

Error

What my project looks like

Here is my temporary solution.

Add built frameworks into embedded binaries

In the bridge file, change #import to @import ;

By doing this, my code can use the framework in cocoapods project.

It's not the solution for this problem but just let me continue to work until the solution come.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM