I just add facebookSDK.framework in ios project. xcode keep crashing just after attaching the app. Even I am not able to run facebooksdk 3.1 samples. xcode crashing but samples are attaching to simulator successfully. As I am able to run it on simulator after xcode crash. please help
|
Did you follow these steps : Installing Facebook sdk link see the video -- Configure app and get the App Id from Facebook Start Xcode project -- Drag and Drop the Framework folder in the project framework folder Add Resource Bundle also (and Version -- A -- DeprecatedHeaders) Check three frameworks --
Account, Add Support, and Social framework's Set Facebook app id in app configuration -- in supporting file in the project-name.plist file of the project -- add a new row Facebook AppId -- string value and enter the app id URL Types -- Add URL Scheme(Array) -- Item 0 (string) -- fbAppId (App ID and prefix with fb) Let me know if you did all the steps and still if it does not worked... |
|||

XCodeusually does not crash due to even hundreds of errors in code. Check your system for background processes eating up the resources. Something is making XCode hung up. – Zen Jan 8 at 12:44