Adam Bell :catPOWER: on Nostr: Just lost an hour to learning that AppIntents are not supported / exposed when in ...
Just lost an hour to learning that AppIntents are not supported / exposed when in Swift Packages. Tried refactoring things into separate packages for Widgets and AppIntents only to realize that none of my intents worked anymore and I was unable to configure widgets.
Turns out, they only work when in *frameworks* (and not even dynamic library Swift packages) :(
https://forums.developer.apple.com/forums/thread/759160?answerId=797239022#797239022
Guess I'll continue shoving everything into one target
Turns out, they only work when in *frameworks* (and not even dynamic library Swift packages) :(
https://forums.developer.apple.com/forums/thread/759160?answerId=797239022#797239022
Guess I'll continue shoving everything into one target