I am using ProgressView(timerInterval:) for an accessoryCircular widget.
ProgressView(timerInterval: startTime...endTime, countsDown: true)
It renders fine on the watch but gives me this on the Lock Screen.
I feel like a couple of weeks ago, it was working fine. I haven't changed anything. Is anyone else seeing this or have a solution?
Post
Replies
Boosts
Views
Activity
I am trying to add widget extensions to my existing watch app which is in turn attached to an iOS app. I am getting this error:
Please try again later.
Unable To Install “nextBellWatch”
Please try again later.
WatchKit 2.0 app's bundle ID com.seanmccomas.nextBellSingleView.watchkitapp is not prefixed by the parent app's bundle ID followed by a '.'; expected prefix .
Here are my bundle IDs:
iOS App: com.seanmccomas.nextBellSingleView
iOS widget extension: com.seanmccomas.nextBellSingleView.NextBellWidget
watch app: com.seanmccomas.nextBellSingleView.watchkitapp
watch widget extension: com.seanmccomas.nextBellSingleView.watchkitapp.widget
What am I missing?
I feel like I have done everything right.