Search code examples
iosobjective-cxcodegoogle-fabric

ld: framework not found Fabric for architecture x86_64


I want to remove fabric sdk & implementation which i have used in my project but i getting ld: framework not found Fabric for architecture x86_64issue.

I really does not understand why i am getting this issue even after i am following bellow steps,

  1. Removed all code related to fabric from my project
  2. Removed framework from project navigator
  3. Deleted run script from target build phase
  4. Deleted derived data
  5. Cleaned project
  6. Restart xcode

Impact i have crosschecked framework search path also that weather any fabric reference is present but i have not found any reference there.

Can anybody help me to fix this?


Solution

  • Got irony,

    Fabric removed Twitter kit from latest version of fabric, Still i was using twitter kit frameworks which was generated & added manually in my project from fabric. So i removed it. And re-install TwitterKit through pod. Now everything working fine.