Facebook iOS SDK gives "is not a dylib" warning
Asked Answered
R

1

9

After the last update of xcode 7.3 i am having

ld: warning: Auto-Linking supplied `'/Users/utkudalmaz/Developer/Frameworks/FacebookSDK/Bolts.framework/Bolts', framework linker option at /Users/utkudalmaz/Developer/Frameworks/FacebookSDK/Bolts.framework/Bolts is not a dylib`

warning. Anyone knows how to fix it ?

Rodent answered 27/3, 2016 at 11:12 Comment(2)
Possible duplicate of Facebook sdk is not a dylib error after update update Xcode 7?Batton
yes possible duplicate, but this question and answer are much more clearFelic
F
13

I don't have the reputation to close as duplicate, so the answer is:

FBSDKCoreKit references Bolts but you probably haven't added Bolts explicitly to your Xcode project.

To remedy this, dragging Bolts.framework into Xcode next to FBSDKCoreKit.framework will fix the warning.

As seen in this older question: Facebook sdk is not a dylib error after update update Xcode 7?

France answered 27/6, 2016 at 9:10 Comment(1)
Worked for me to. Had to do a full clean (cmd-shift-k) and rebuildParaphrastic

© 2022 - 2024 — McMap. All rights reserved.