-
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
Crashed when a property with class Keyword #637
Comments
I'm having the same issue. Is there any update on this? |
the same. |
2018.11 ~ Now... |
crashed in 362 line:
|
can pass err but no support to docset content about class keyword property |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Define A property like
@Property (nonatomic, class, readonly) NSString *UUID;
In @implementation
Oops, something went wrong...
AppledocException: Failed merging @Property xxxxxxxx.UUID to +[xxxxxxxx UUIDt]; method type doesn't match!
@ 0 CoreFoundation 0x00007fff3ed4d43d __exceptionPreprocess + 256
@ 1 libobjc.A.dylib 0x00007fff6ac5a720 objc_exception_throw + 48
@ 2 CoreFoundation 0x00007fff3ed6808e +[NSException raise:format:arguments:] + 98
@ 3 appledoc 0x0000000108f35153 appledoc + 57683
@ 4 appledoc 0x0000000108f4c5a0 appledoc + 152992
@ 5 appledoc 0x0000000108f4c808 appledoc + 153608
@ 6 appledoc 0x0000000108f49335 appledoc + 140085
@ 7 CoreFoundation 0x00007fff3ece29e4 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 219
@ 8 appledoc 0x0000000108f49111 appledoc + 139537
@ 9 appledoc 0x0000000108f4e1ef appledoc + 160239
@ 10 appledoc 0x0000000108f40831 appledoc + 104497
@ 11 appledoc 0x0000000108f38dc0 appledoc + 73152
@ 12 appledoc 0x0000000108f3d7a3 appledoc + 92067
@ 13 appledoc 0x0000000108f3b04e appledoc + 81998
@ 14 appledoc 0x0000000108f3816e appledoc + 69998
@ 15 appledoc 0x0000000108f35fa8 appledoc + 61352
@ 16 appledoc 0x0000000108f3767b appledoc + 67195
@ 17 appledoc 0x0000000108f372ed appledoc + 66285
@ 18 appledoc 0x0000000108f374c1 appledoc + 66753
@ 19 appledoc 0x0000000108f36eaf appledoc + 65199
@ 20 appledoc 0x0000000108f358be appledoc + 59582
@ 21 appledoc 0x0000000108f2a640 appledoc + 13888
@ 22 appledoc 0x0000000108f28df6 appledoc + 7670
@ 23 appledoc 0x0000000108f28f53 appledoc + 8019
@ 24 appledoc 0x0000000108f290e7 appledoc + 8423
@ 25 appledoc 0x0000000108f283ec appledoc + 5100
The text was updated successfully, but these errors were encountered: