Advertisement
progrmor

Untitled

Jun 25th, 2015
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 1.21 KB | None | 0 0
  1.  *** Terminating app due to uncaught exception 'GLKViewSnapshotInDraw', reason: 'snapshot method cannot be called from within draw'
  2. *** First throw call stack:
  3. (0x2e97cf0b 0x39113ce7 0x2e97ce4d 0x2f4a1aa3 0xc6ac4f 0xc6cbef 0xc68e6f 0xadb781 0x7cc683 0x7da967 0x7dc819 0x7d94ef 0x7dcd71 0x78ef2b 0x76177b 0x76151f 0x76ba49 0x76c147 0x78f2c5 0x765825 0x766f25 0x510dc1 0x52229f 0x520275 0x520bbb 0x520cb7 0x520a27 0x520a7d 0x2f4a1859 0x2f4a2953 0x30e76eef 0x30e76c99 0x33c4675d 0x2f6675c9 0x2e93cc55 0x2e947847 0x2e9477e3 0x2e945faf 0x2e8b0769 0x2e8b054b 0x3381d6d3 0x3120f891 0xb64a95 0xb640f7 0xb637f3 0x7cacc7 0xca352b 0xc9c04f 0xc9db03 0xc9db59 0xc97e67 0xc9027d 0x422644)
  4. libc++abi.dylib: terminating with uncaught exception of type NSException
  5. AppLauncher failed with an exception:
  6. java.lang.RuntimeException: The app crashed. Check the device logs in Xcode (Window->Devices) for more info.
  7.     at org.robovm.libimobiledevice.util.AppLauncher.pipeStdOut(AppLauncher.java:829)
  8.     at org.robovm.libimobiledevice.util.AppLauncher.launchInternal(AppLauncher.java:734)
  9.     at org.robovm.libimobiledevice.util.AppLauncher.launch(AppLauncher.java:1052)
  10.     at org.robovm.compiler.target.ios.AppLauncherProcess$1.run(AppLauncherProcess.java:67)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement