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
Although Carthage support has been removed there is a lot of legacy code still in the repo. Carthage supports dynamic frameworks meaning we would have to recompile these dependencies. This can lead to longer build times and significant increases in indexing. We can simply swap them out for their SPM counterparts.
Use OCMock static xcframework
Use facebook-ios-sdk SPM
Use Bolts SPM
Use Bolts Swift SPM
Use Starstream SPM
Remove git submodules
Remove Cartfile
Remove Scripts/build_third_party.rb
Remove any unnecessary .xcodeproj references
Remove Carthage install from CI
The text was updated successfully, but these errors were encountered:
🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
New Issue Checklist
Issue Description
Although Carthage support has been removed there is a lot of legacy code still in the repo. Carthage supports dynamic frameworks meaning we would have to recompile these dependencies. This can lead to longer build times and significant increases in indexing. We can simply swap them out for their SPM counterparts.
.xcodeproj
referencesThe text was updated successfully, but these errors were encountered: