Hello all. I am currently working on a bug that has recently grown due to the beta release of iOS 18.4. I am unable to reproduce the crash at the moment; however, given that the bug is mostly exclusive to 18.4, I was wondering if this is a known issue or one specific to my app?
App crashes on the main thread with EXC_BREAKPOINT.
Below is the truncated stack trace before the crash:
0x000000018fff6044 (CoreText + 0x00069044) TLine::EnumerateCaretOffsets(std::__1::function<void (double, long, bool, bool*)>) const
0x000000018fff5938 (CoreText + 0x00068938) TLine::EnumerateCaretOffsets(std::__1::function<void (double, long, bool, bool*)>) const
0x000000018fff478c (CoreText + 0x0006778c) TLine::CharIndexToOffsets(long) const
0x000000018fff4564 (CoreText + 0x00067564) CTLineGetOffsetForStringIndex
...
[internal code]
Aside: I wonder if this has anything to do with some visibly hidden unicode characters.
Prototyping
RSS for tagDevelop and test different versions and features of your app.
Posts under Prototyping tag
2 Posts
Sort by:
Post
Replies
Boosts
Views
Activity
Every time I try to update my newest sticker pack in Xcode, It gives me this error "warning: The CFBundleShortVersionString of an app extension ('1.2') must match that of its containing parent app ('1.0')."