Darren Black

Results 56 comments of Darren Black

So I found a moment to wrap my head around XCFramework and how we might use them here. Very much WIP.

I've also removed the git submodule ref to the xctoolchain repo, and committed its contents here. As far as I can tell, that split was a remnant of the time...

@mtrezza Cocoapods and Carthage are still go, and I suspect those are the main ways people use this. We haven't seen a large outcry at least. > how could we...

> Is there something else that should get preference? I haven't been keeping tally, but there have been several requests for SPM compatibility I think. My gut feeling says that...

> My guess would be to address the issues people currently face There does seem to be some explicit interest in SPM support https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1453. > not sure how many existing...

> @drdaz I just came across this note in the [facebook-ios-sdk](https://github.com/facebook/facebook-ios-sdk/blob/main/CHANGELOG.md#deprecated-3): > > > Deprecated: Building the frameworks using Carthage. Carthage is a dependency manager that typically works by building...

But that's why the FBSDK version is where it is right now. We kinda need them to fix https://github.com/facebook/facebook-ios-sdk/issues/1936, so that we can move to SPM internally to upgrade it...

The change also seems to have made no difference here. Hmm...

After some poking around, I've come to the conclusion that the retry changes do work here. They just don't help with all of our flaky tests. There are some with...

Sure. - Make a release branch + PR - Update version numbers: `bundle exec rake package:set_version\[X.X.X\]` - Update Changelog - Tag release & push tag - Add notes to releases...