Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Frameworks installed from cocoapods not working [duplicate]

I'm currently coding in Swift, and I've got an error:

No such module Social

But I don't understand, because the module is in my project, declared in "Linked frameworks and Libraries" and in "Embedded Binaries".

The frameworks is in Objective-C, so I wrote a Bridge Header for it.

Please, how can I make Xcode recognize the framework?

Error module

Project

Linkes Frameworks, Libraries

Header bridge

like image 829
alexandresecanove Avatar asked Feb 22 '26 14:02

alexandresecanove


1 Answers

In case it's Friday afternoon or anytime after 1am:

Opening xcodeproj instead of xcworkspace will cause an error like this...

like image 80
capikaw Avatar answered Feb 24 '26 02:02

capikaw