You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are still some issues building though. One that I've run into so far is that there doesn't seem to be an easy way to properly disable ARC support (which is currently needed for this lib on the obj-c side) without adding the unsafe flag, which causes xcode to reject the package when imported. I'll play around with this a bit more on my free time and see if I can get it to work, the easy solution might be to migrate the project to use ARC and then tackle any other existing issues afterwards.
The big issue is getting the obj-c code to compile with swift pm, it is possible but makes this much more complex.
Is it possible to implement support for installing using Swift Package Manager?
This could be quite useful now that starting with Xcode 11 there is first class support for spm in the IDE.
The text was updated successfully, but these errors were encountered: