I am interested in this as well..
Post
Replies
Boosts
Views
Activity
How do you declare all this in Swift Package Manager ?
Swift Package Manager in tools 5.3 does support Metal compilation like others said. However this is for pure non-CoreImage metal files. If you need to add Metal Compiler Flags -fcikernel and Metal Linker Flags -cikernel, it seems you need to compile your metal files manually. And note that currently you can't have both non-CoreImage metal code and CoreImage metal code in the same library... it seems the core image flags ****-up the non-CoreImage code...
I'm in the same boat here, and the error isn't very indicative of how we can solve the problem.
Hi there, I am trying to do the same, with the Twitter API, however their first step of the OAuth flow seems to require a POST request, and I don't believe that ASWebAuthenticationSession gives that option. Would you confirm it is not possible to authenticate with the twitter API through ASWebAuthenticationSession ?
Indeed a bit crazy…
SwiftData doesn’t preserve order of arrays .. is that the expected behavior?!