Gabe Shahbazian
Gabe Shahbazian
UPDATE: I've added wrappers for some nimble waiting functions as well here: https://gist.github.com/gshahbazian/e5b01c8e9df60778a19ca91155b1a7fa --- It would be awesome to get built in async/await support, but until that is ready I've...
@bvirlet everything I've implemented can be found here: https://gist.github.com/gshahbazian/e5b01c8e9df60778a19ca91155b1a7fa So far it has been enough for us to migrate our test suite.
@bdruth Yeah we're using an older version of Nimble forked here: https://github.com/superhuman/Nimble
I'm going to try working on something for this.
@tgoyne Any chance this has been improved by SPM in Xcode 12.3? We would also like to move our packages to SPM and away from cocoapods but the clean build...
@tgoyne that would be great if do-able! Could the realm-core xcframework that the pod script is already using be used for this?
@tgoyne interesting. Thanks for the explanation. Would an xcframework for the objc library make clean builds from SPM faster than one from cocoapods?