Skip to content
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

'NSInternalInconsistencyException', reason: '-[BRACell attributedStringValue] is not implemented in BRACell' #36

Open
vlay1314 opened this issue Jul 7, 2024 · 0 comments

Comments

@vlay1314
Copy link

vlay1314 commented Jul 7, 2024

I get this error when I try to add it to my xlxs file:
*** Assertion failure in -[BRACell attributedStringValue], BRACell.m:367
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[BRACell attributedStringValue] is not implemented in BRACell'
*** First throw call stack:
(
0 CoreFoundation 0x00007ff8004cd571 __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff8000837e8 objc_exception_throw + 48
2 Foundation 0x00007ff800dd95e4 _userInfoForFileAndLine + 0
3 XlsxReaderWriter 0x0000000106735389 -[BRACell attributedStringValue] + 1913
4 XlsxReaderWriter 0x0000000106734bc8 -[BRACell stringValue] + 40
5 ContactsApp 0x0000000104e6c59d -[CallViewController viewDidLoad] + 2797
6 UIKitCore 0x00007ff8052effee -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 80
7 UIKitCore 0x00007ff8052f60e6 -[UIViewController loadViewIfRequired] + 1342
8 UIKitCore 0x00007ff805211b2b -[UINavigationController _updateScrollViewFromViewController:toViewController:] + 159
9 UIKitCore 0x00007ff805211e5f -[UINavigationController _startTransition:fromViewController:toViewController:] + 210
10 UIKitCore 0x00007ff805213035 -[UINavigationController _startDeferredTransitionIfNeeded:] + 856
11 UIKitCore 0x00007ff805214495 -[UINavigationController __viewWillLayoutSubviews] + 136
12 UIKitCore 0x00007ff8051f0de2 -[UILayoutContainerView layoutSubviews] + 207
13 UIKitCore 0x00007ff8063bff3c -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2138
14 QuartzCore 0x00007ff80b19a775 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 527
15 QuartzCore 0x00007ff80b1a65a1 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 67
16 QuartzCore 0x00007ff80b0c5cf4 _ZN2CA7Context18commit_transactionEPNS_11TransactionEdPd + 706
17 QuartzCore 0x00007ff80b10082a _ZN2CA11Transaction6commitEv + 728
18 UIKitCore 0x00007ff805cfed8f __34-[UIApplication _firstCommitBlock]_block_invoke_2 + 34
19 CoreFoundation 0x00007ff800429dea CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 12
20 CoreFoundation 0x00007ff80042959d __CFRunLoopDoBlocks + 391
21 CoreFoundation 0x00007ff800423e7c __CFRunLoopRun + 940
22 CoreFoundation 0x00007ff8004236ed CFRunLoopRunSpecific + 557
23 GraphicsServices 0x00007ff8103ba08f GSEventRunModal + 137
24 UIKitCore 0x00007ff805cdf6ee -[UIApplication _run] + 972
25 UIKitCore 0x00007ff805ce416e UIApplicationMain + 123
26 ContactsApp 0x0000000104e43686 main + 118
27 dyld 0x00000001053023e0 start_sim + 10
28 ??? 0x000000010d82d366 0x0 + 4521644902
)
How can I solve this problem,I use testWorkbook.xlsx is right,And my file is running with an error
staffInfo.xlsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant