Hi 🙂
I have a fairly simply iOS/iPad app that I wanted to make it ready for Catalyst... Just ticked support and compiled without any problems.
But when the app start I can see that didFinishLaunchingWithOptions gets called but then right after:
[AXLoading] Failed to load item AXCodeItem<0x600002625ce0> [Rank:6000] AuthenticationServices [AXBundle name:/System/iOSSupport/System/Library/AccessibilityBundles/AuthenticationServices.axbundle/AuthenticationServices] [Platforms and Targets:{ iOS = AuthenticationServices; tvOS = AuthenticationServices; watchOS = AuthenticationServices; } Framework]. error: Error Domain=AXLoading Code=0 "URL does not exist: file:///System/iOSSupport/System/Library/AccessibilityBundles/AuthenticationServices.axbundle" UserInfo={NSLocalizedDescription=URL does not exist: file:///System/iOSSupport/System/Library/AccessibilityBundles/AuthenticationServices.axbundle}
and then the app crashes...
Then I have checked the path '/System/iOSSupport/System/Library/AccessibilityBundles/' and can see the files are not there!
I have now tried with both Catalina Beta 5/6, Xcode 11 Beta 5/6.
Any known wordarounds/fixes please?
Cheers!