Yeah, they mention this in the release notes.Catalyst apps using UIDocumentInteractionControllermight quit unexpectedly. You can work around this issue by excluding
UIDocumentInteractionControllerfunctionality with target macros. (48878552)
As a work around for my problem, we pushed files to the Downloads folder when exporting.
Post
Replies
Boosts
Views
Activity
Welp, I guess I should have checked the release notes first.
You’re currently unable to launch Mac Catalyst and iOS apps using Xcode. (67356581)
Very curious decision by Apple here.
I guess another version of Xcode to be released?
I'm seeing several things that were available in the beta's but no longer in the GM. Wow!
The accepted answer is not correct. Anyone who encounters this issue, beware you might have multiple copies of your app in the derived data. In my case geturl was calling a differing binary. Removing them fixes the issue.
@OOper It works in uitextview (although not underlined) and SwiftUI’s text. I think it should likely work in a label as well without any developer intervention. I filed a feedback. What is the point in putting an link if it doesn’t work?
Same issue with the dropbox SDK. No idea why?