When creating an iOS live activity I get the error:
The operation couldn’t be completed. (com.apple.ActivityKit.ActivityInput error 1.)
When creating an iOS live activity I get the error:
The operation couldn’t be completed. (com.apple.ActivityKit.ActivityInput error 1.)
2
Answers
One possible cause for this is not having set the
NSSupportsLiveActivities
property in your App target'sInfo.plist
.Even if you have it set in your Widget Extension make sure it's set in your App target.
It should look like this in Xcode:
You will have to add
Supports Live Activities
to the appsinfo.plist
in addition to the widget’sinfo.plist