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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -