xcode-6.2
Facebook SDK 4.0 IOS Swift Log a user out programmatically
Ok, here is the thing for anyone needs assistance. I managed to log my users out using FBSDKLoginManager instance Apparently and i don’t know if is it documented or not FBSDKLoginManager watches FBSDKAccessToken.currentAccessToken() so let loginManager = FBSDKLoginManager() loginManager.logOut() // this is an instance function Logs the user out, what i misunderstood that logOut is … Read more
Invalid Device State – Xcode/iOS Simulator error
Force Quit xCode and restart will resolve problem.
Download Xcode simulator directly
Clicking on Download in Xcode didn’t do anything – the progress bar did not progress (does that make it a regress bar?). This is what worked for me: Open Xcode, open preferences, go to the Components section. Open the Console App, clear the console. Go back to the Xcode preferences. Start the simulator download, then … Read more