ios18 crash

so, we used iOS18 beat5 int our APP, crash list:

  1. try self.init(data: data, options: [.documentType: NSAttributedString.DocumentType.html], documentAttributes: nil)

html to NSAttributedString crash

  1. UINavigationController.viewControllers.remove(at: referIndex)

@viveco Can you please file a bug report and attach the complete crash log, and share the Feedback ID here once you have created it?

we used Bugly to find crash in our APP, we can get some crash Image or log for you,for example:

  1. html to NSAttributedString crash , 18.0 (22A5326f)

  1. UINavigationController setViewControllers:animated: , this function use ViewControllers like remove or add ,iOS18.0 (22A5326f)

  1. the same like second problem,

NSStringFromSelector find the selector is empty String, so is crash

Recently, our application has this crash too,how can i fix it

so , what can I do for our APP ?

Please keep in mind that this forum is not a substitute for filing bug reports – bug reports capture more information and provide tracking that is simply not possible via the forums.

As for the back traces you've provided, they don't really provide a lot of information for us to go on as is. If your app is crashing, the OS will write crash logs with significant information for debugging, and these are included in the sysdiagnoses that you will be asked to provide.

In addition to that, if you can narrow the issue down to a sample, thats often extremely valuable to us for tracking down issues as it can still be difficult to come up with a solution without the context of what is being done, but if that isn't possible we're still happy to get the bug report.

So far there isn't much we can recommend here, so as was previously mentioned, filing the bug report with the requested information is your best next step.

same issue with my

This is an intermittent issue that I am unable to reproduce on my development machine. However, it has been captured in TestFlight. There are also numerous reports on other bug platforms for the live app, mainly focused on iOS 18.0 beta 5.

same issue with my

问题二 -[NSObject(DelegateProxy) sensorsdata_respondsToSelector:] 这个是神策SDK的函数,去他们网站更新到最新SDK就能解决Crash问题了

ios18 crash
 
 
Q