ios - No such module FBSDKCoreKit error -


i trying add facebook sdk ios 9.0 swift app in xcode. did install according fb-dev instructions. however, when add header appdelegate.m file import fbsdkcorekit keep getting message saying "no such module 'fbsdkcorekit'" error .

based on read elsewhere

  1. i have cleaned build , re-installed xcode , updated os x
  2. i have double checked plist , framework files fb lists in instructions, nothing has seemed missing.
  3. i have set "allow non-modular includes in framework modules" setting yes in build settings.

nothing seems work. not know go here , have done hours of research trying find solution.

when importing frameworks, make sure have selected "copy if needed" . version after xcode 6.3 seem giving issues if part not ticked.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -