I have tried every related thread and did all the suggested steps:
But I still get <
Just for anyone else having this issue. I tried every possible solution and ended up creating a new blank project and copy pasted my assets to make it work.
I removed Embedded Binaries.
And #import
is now only in bridging header and not imported in any swift files.
While FBSDKCoreKit
in not imported in bridging header but instead imported in every swift file it is needed.
Hope this helps someone!!