Skip to content

Instantly share code, notes, and snippets.

@wasnotrice
Created April 1, 2015 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wasnotrice/6686bcc6144cd87ea0bc to your computer and use it in GitHub Desktop.
Save wasnotrice/6686bcc6144cd87ea0bc to your computer and use it in GitHub Desktop.
Specta failure
2015-04-01 14:51:18.714 popSlate[51636:16333090] *** Terminating app due to uncaught exception 'AVYInvalidResourceBundle', reason: 'Unable to locate AviarySDKResource.bundle'
*** First throw call stack:
(
0 CoreFoundation 0x0000000107d50f35 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000106e56bb7 objc_exception_throw + 45
2 CoreFoundation 0x0000000107d50e6d +[NSException raise:format:] + 205
3 libdispatch.dylib 0x00000001088bbaf4 _dispatch_client_callout + 8
4 libdispatch.dylib 0x00000001088a9e72 dispatch_once_f + 129
5 popSlate 0x0000000102d58937 AVYSDKResourceBundle + 312
6 popSlateTests 0x0000000113af15d5 +[AVYPhotoEditorCustomization initialize] + 53
7 libobjc.A.dylib 0x0000000106e574d6 _class_initialize + 648
8 libobjc.A.dylib 0x0000000106e606e1 lookUpImpOrForward + 351
9 libobjc.A.dylib 0x0000000106e6d0d3 objc_msgSend + 211
10 libobjc.A.dylib 0x0000000106e55599 _class_resolveMethod + 124
11 libobjc.A.dylib 0x0000000106e60707 lookUpImpOrForward + 389
12 libobjc.A.dylib 0x0000000106e6045f class_getInstanceMethod + 60
13 popSlateTests 0x00000001137ec2e5 ClassesWithClassMethod + 245
14 popSlateTests 0x00000001137ec1cc __44-[SPTExampleGroup runGlobalBeforeEachHooks:]_block_invoke + 28
15 libdispatch.dylib 0x00000001088bbaf4 _dispatch_client_callout + 8
16 libdispatch.dylib 0x00000001088a9e72 dispatch_once_f + 129
17 popSlateTests 0x00000001137ebf9f -[SPTExampleGroup runGlobalBeforeEachHooks:] + 159
18 popSlateTests 0x00000001137ece6f -[SPTExampleGroup runBeforeEachHooks:] + 159
19 popSlateTests 0x00000001137ec826 -[SPTExampleGroup runBeforeHooks:] + 118
20 popSlateTests 0x00000001137eebd6 __44-[SPTExampleGroup compileExamplesWithStack:]_block_invoke136 + 166
21 popSlateTests 0x00000001137f14eb -[SPTSpec spt_runExample:] + 347
22 popSlateTests 0x00000001137f0f9d __35+[SPTSpec spt_convertToTestMethod:]_block_invoke + 93
23 CoreFoundation 0x0000000107c48c8c __invoking___ + 140
24 CoreFoundation 0x0000000107c48ae2 -[NSInvocation invoke] + 290
25 XCTest 0x00000001146fe0f7 -[XCTestCase invokeTest] + 253
26 XCTest 0x00000001146fe2f8 -[XCTestCase performTest:] + 150
27 popSlateTests 0x00000001137f2119 -[SPTSpec performTest:] + 137
28 XCTest 0x0000000114707bf5 -[XCTest run] + 260
29 XCTest 0x00000001146fcffb -[XCTestSuite performTest:] + 379
30 XCTest 0x0000000114707bf5 -[XCTest run] + 260
31 XCTest 0x00000001146fcffb -[XCTestSuite performTest:] + 379
32 XCTest 0x0000000114707bf5 -[XCTest run] + 260
33 XCTest 0x00000001146fcffb -[XCTestSuite performTest:] + 379
34 XCTest 0x0000000114707bf5 -[XCTest run] + 260
35 XCTest 0x00000001146fa0bc __25-[XCTestDriver _runSuite]_block_invoke + 56
36 XCTest 0x0000000114704ead -[XCTestObservationCenter _observeTestExecutionForBlock:] + 162
37 XCTest 0x00000001146f9ff0 -[XCTestDriver _runSuite] + 269
38 XCTest 0x00000001146faa1d -[XCTestDriver _checkForTestManager] + 234
39 XCTest 0x000000011470aaf0 +[XCTestProbe runTests:] + 182
40 Foundation 0x0000000106a0fd55 __NSFireDelayedPerform + 387
41 CoreFoundation 0x0000000107cb8f64 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
42 CoreFoundation 0x0000000107cb8b25 __CFRunLoopDoTimer + 1045
43 CoreFoundation 0x0000000107c7be5d __CFRunLoopRun + 1901
44 CoreFoundation 0x0000000107c7b486 CFRunLoopRunSpecific + 470
45 GraphicsServices 0x000000010948d9f0 GSEventRunModal + 161
46 UIKit 0x00000001056ff420 UIApplicationMain + 1282
47 popSlate 0x0000000102ba3c33 main + 115
48 libdyld.dylib 0x00000001088ec145 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment