I have a live activity, that works fine when the Lock Screen showing, but as soon as it "sleeps" dims down for always on display, everything in the widget disappears and an Activity Indicator(spinner), displays in its place, but non-animating.
Post
Replies
Boosts
Views
Activity
I've compiled a bunch of frameworks, Bond, and some others, using Xcode 10.2.1. When I try to run the project in Xcode 11, I get the error message `Module compiled with Swift 5.0 cannot be imported by the Swift 5.1 compiler`. I thought that moving to swift 5.0 meant we got ABI and shouldn't have to rebuild everything with the new compiler. Did I miss a setting when I ran my builds or somthing? or is this an Xcode 11 Beta bug?