-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failure in +[GBMethodData methodDataWithType:result:arguments:] #607
Comments
+1 |
I had workaround this case.
|
I got same error while building: Oops, something went wrong... |
Use |
appledoc version: 2.2.1 (build 1333) WARN: --company-id argument or global setting not given, but creating DocSet is enabled, will use 'com.ibireme.yycategories'! |
So it points to |
appledoc version: 2.2.1 (build 1334)
I got following error.
Assertion failure in +[GBMethodData methodDataWithType:result:arguments:]
Old forked code (probably around 2014) of following code.
https://github.com/thermogl/TITokenField/blob/master/TITokenField.m
I think issue is at drawRect() or next CGPathCreateTokenPath().
DEBUG | TIToken: Registering method sizeThatFits:...
DEBUG | Resetting comments...
DEBUG | Matched method -drawRect: at line 2046.
DEBUG | TIToken: Registering method drawRect:...
DEBUG | Resetting comments...
DEBUG | Resetting comments...
2017-03-08 08:03:32.791 appledoc[13513:591885] *** Assertion failure in +[GBMethodData methodDataWithType:result:arguments:], /Users/naokihada/Dev/appledoc/appledoc/Model/GBMethodData.m:44
Oops, something went wrong...
NSInternalInconsistencyException: Invalid parameter not satisfying: [arguments count] >= 1
@ 0 CoreFoundation 0x00007fffa21450db __exceptionPreprocess + 171
@ 1 libobjc.A.dylib 0x00007fffb6dd6a2a objc_exception_throw + 48
@ 2 CoreFoundation 0x00007fffa2149c32 +[NSException raise:format:arguments:] + 98
@ 3 Foundation 0x00007fffa3bb2d50 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195
@ 4 appledoc 0x0000000108b2aac4 appledoc + 146116
@ 5 appledoc 0x0000000108b1edb6 appledoc + 97718
@ 6 appledoc 0x0000000108b2436e appledoc + 119662
@ 7 appledoc 0x0000000108b1e7c3 appledoc + 96195
@ 8 appledoc 0x0000000108b1b783 appledoc + 83843
@ 9 appledoc 0x0000000108b1b697 appledoc + 83607
@ 10 appledoc 0x0000000108b2436e appledoc + 119662
@ 11 appledoc 0x0000000108b2418f appledoc + 119183
@ 12 appledoc 0x0000000108b1b617 appledoc + 83479
@ 13 appledoc 0x0000000108b1b1fc appledoc + 82428
@ 14 appledoc 0x0000000108b1e36f appledoc + 95087
@ 15 appledoc 0x0000000108b1b96f appledoc + 84335
@ 16 appledoc 0x0000000108b18c27 appledoc + 72743
@ 17 appledoc 0x0000000108b16637 appledoc + 63031
@ 18 appledoc 0x0000000108b17df2 appledoc + 69106
@ 19 appledoc 0x0000000108b179fb appledoc + 68091
@ 20 appledoc 0x0000000108b17c2d appledoc + 68653
@ 21 appledoc 0x0000000108b175a5 appledoc + 66981
@ 22 appledoc 0x0000000108b162e1 appledoc + 62177
@ 23 appledoc 0x0000000108b0ac34 appledoc + 15412
@ 24 appledoc 0x0000000108b0937b appledoc + 9083
@ 25 appledoc 0x0000000108b094cf appledoc + 9423
@ 26 appledoc 0x0000000108b0965b appledoc + 9819
@ 27 appledoc 0x0000000108b08960 appledoc + 6496
Thank you
The text was updated successfully, but these errors were encountered: