watchkit
iOS WatchOS – what is the difference between WatchKit App and WatchKit App extension?
Current answer (valid from Xcode 14): the separate 2 targets don’t exist anymore, the new default watchOS app template combines the WatchKit App and WatchKit App Extension targets into a single Watch App target, which can store both code and resources, similar to iOS app targets. See the Xcode 14 release notes (relevant excerpt below). … Read more
Is there an ActivityIndicator in WatchKit for Apple Watch?
Just to add to the options, I’ve created a JBWatchActivityIndicator project on GitHub that lets you generate your own image sequences: https://github.com/mikeswanson/JBWatchActivityIndicator It also includes Apple-like activity indicator animations if you don’t want to create your own.
ERROR ITMS-90512: Invalid sdk value… 8.2 is higher than maximum allowed value of 10.3?
Update: it’s fixed! I have submitted a bug to Apple. They have replied that they are aware of the problem and have people looking into it. They will contact me when they have resolved the issue. I’ll post an update here when they do.