I'm trying to test a FacebookAPI class I created, but when I add it to the test target, all my FacebookSDK classes inside FacebookAPI get "Use of unresolved identifier 'FBSession'" for example.
What should I do?
I'm using swift, thats why I have to add the FacebookAPI to the test target.