In the app's Live Activity, Text (timerInterval:) is well displayed on Dynamic Island, but there seems to be a bug in Live Activity (Smart Stack in watchOS) that automatically transfers from iOS 18 to watchOS 11. Does anyone know about this?
Post
Replies
Boosts
Views
Activity
When I debug build the app, it runs well.
However, if you do a profile or release build, you get a bug in the app icon.
The contents of the bug are
"The stickers icon set or app icon set named "AppIcon" did not have any applicable content."
My assets have AppIcon, but I wonder why the bug says that there is no AppIcon only when it is released or profiled.
My app has iOS app, watch app.
When I archive iOS apps, watchApp gets an error.
But this error is wrong.
The system needs to match the watchOS target, but it is setting the iOS target. So when I open the file, the error disappears in 3 seconds.
These errors are repeated over and over again.
I want to know why this error is happening.