+1.
It started happening randomly around February 3 (JST), and since February 8 (JST), none of the builds have generated dSYM!I had to increment a lot of build versions to try this out... I had to reorganize my version control... (I had to patch the marketing version or something, even though it wasn't a patch for the app)
Post
Replies
Boosts
Views
Activity
I too received a similar error.
In my case, it appears that the WidgetExtension in watchApp is affecting it. (I have not been able to resolve this yet).
In my case, the error is resolved when I remove the WidgetExtension from the target from watchApp, and the error reappears when I include the WidgetExtensio in the target of watchApp again.
In addition, I tried creating a new application project for iOSApp, watchApp, and widgetExtension with Xcode15, and this one was able to build.
Today I have confirmed a similar issue after updating to watchOS 11.2; it did not occur in watchOS 11.1. My watchOS app uses ShareLink and uses FileRepresentation to share local files.