Joseph Ross

Results 19 comments of Joseph Ross

And now I find that if I switch the project workspace to use the legacy build system, this problem goes away. Makes me think this is an Xcode issue. I'll...

Nevermind. The "passed" build with the legacy build system was a red herring, as the legacy build system doesn't support packages from SPM. I'm not sure why it told me...

Splitting `Clibsodium` into its own package and declaring the dependency at the package level instead of at the target level seems to be working so far. I'll keep poking at...

I retested this with Xcode 12.5 and the first build after clean still fails. But fortunately archiving no longer fails as described in #226.

I'm going to close this issue. When I try the attached sample project with 12.5.1 (12E507), I get no build failures when doing a simple debug build for both device...

Nevermind. When I closed this yesterday, I was testing with my M1 Mac mini. I tried again today on my Intel Macbook Pro, and this failure still happens reliably on...

@bllmo and @iafan: I pushed another commit which resolves warnings in the headers. Has this SDK been completely abandoned?

@persello: Thanks for this update, this is great to hear. After working with the example that I linked above, we're starting to put together some ideas about how to wrap...

@persello: Thanks, that's a good answer. I'll keep that in mind.

Mentioning @rgcottrell in case you're interested.