Guest User

Untitled

a guest
Jan 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. 2016-12-29 16:13:46.067 myapp[13521:2804102] Falling back to loading access token from NSUserDefaults because of simulator bug
  2. 2016-12-29 16:13:46.067 myapp[13521:2804102] -[NSConcreteMutableData isEqualToString:]: unrecognized selector sent to instance 0x610000050bc0
  3. 2016-12-29 16:13:46.076 myapp[13521:2804102] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSConcreteMutableData isEqualToString:]: unrecognized selector sent to instance 0x610000050bc0'
  4. *** First throw call stack:
  5. (
  6. 0 CoreFoundation 0x0000000105915d4b __exceptionPreprocess + 171
  7. 1 libobjc.A.dylib 0x000000010479921e objc_exception_throw + 48
  8. 2 CoreFoundation 0x0000000105985f04 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
  9. 3 CoreFoundation 0x000000010589b005 ___forwarding___ + 1013
  10. 4 CoreFoundation 0x000000010589ab88 _CF_forwarding_prep_0 + 120
  11. 5 FBSDKCoreKit 0x0000000103f9db1a -[FBSDKAccessTokenCacheV4 fetchAccessToken] + 202
  12. 6 FBSDKCoreKit 0x0000000103f9c0ec -[FBSDKAccessTokenCache fetchAccessToken] + 92
  13. 7 FBSDKCoreKit 0x0000000103faaded -[FBSDKApplicationDelegate application:didFinishLaunchingWithOptions:] + 125
  14. 8 songchat 0x0000000103b8c852 -[AppDelegate application:didFinishLaunchingWithOptions:] + 130
  15. 9 UIKit 0x0000000107ea13c2 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 290
  16. 10 UIKit 0x0000000107ea2d47 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 4236
  17. 11 UIKit 0x0000000107ea90ed -[UIApplication _runWithMainScene:transitionContext:completion:] + 1731
  18. 12 UIKit 0x0000000107ea626d -[UIApplication workspaceDidEndTransaction:] + 188
  19. 13 FrontBoardServices 0x000000010b56f6cb __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 24
  20. 14 FrontBoardServices 0x000000010b56f544 -[FBSSerialQueue _performNext] + 189
  21. 15 FrontBoardServices 0x000000010b56f8cd -[FBSSerialQueue _performNextFromRunLoopSource] + 45
  22. 16 CoreFoundation 0x00000001058ba761 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
  23. 17 CoreFoundation 0x000000010589f98c __CFRunLoopDoSources0 + 556
  24. 18 CoreFoundation 0x000000010589ee76 __CFRunLoopRun + 918
  25. 19 CoreFoundation 0x000000010589e884 CFRunLoopRunSpecific + 420
  26. 20 UIKit 0x0000000107ea4aea -[UIApplication _run] + 434
  27. 21 UIKit 0x0000000107eaac68 UIApplicationMain + 159
  28. 22 songchat 0x0000000103b8ce8f main + 111
  29. 23 libdyld.dylib 0x0000000109e0f68d start + 1
  30. 24 ??? 0x0000000000000001 0x0 + 1
  31. )
  32. libc++abi.dylib: terminating with uncaught exception of type NSException
  33.  
  34. <key>FacebookAppID</key>
  35. <string>Your_App_ID</string>
  36. <key>FacebookDisplayName</key>
  37. <string>Your_App_Display_Name</string>
  38. <key>LSApplicationQueriesSchemes</key>
  39. <array>
  40. <string>fbapi</string>
  41. <string>fb-messenger-share-api</string>
  42. <string>fbauth2</string>
  43. <string>fbshareextension</string>
  44. </array>
Add Comment
Please, Sign In to add comment