full crash log - https://developer.apple.com/forums/content/attachment/0a02855c-121e-4696-a8dd-716c32418f41
Post
Replies
Boosts
Views
Activity
I fixed it by this:
edit your code in iOS app target
#if canImport(WidgetKit)
import WidgetKit
#endif
2. “embed frameworks” build phase, and set it to “Optional”.
Have the same problem!
I have reported bug to app connect team.
xcode Version 12.5 (12E262) still not work.
Only support on watch series 6 now.
SFSpeechRecognizer is still not implemented on watchOS 8.
Disable bitcode works for me.
Same problem here
Thanks for reply. With Apple Music integrated, app can running in the background when the music playing.
do you mean this?
WidgetCenter.shared.reloadTimelines
Have the same problem, works well on simulator but not works on real devices.
remove startingAt
Have the same issue, have you fixed?
https://github.com/fredyshox/PageView
This repo works well except crown supports.
Have the same error