I am attempting to improve the Fb iOS SDK in my Swift-based iOS app utilizing Swift Bundle Supervisor (SPM).
At the moment, my mission is locked at model 14.1.0 with the rule set to As much as Subsequent Main Model.
I can see from the official repository (https://github.com/fb/facebook-ios-sdk) that model v18.0.0 is already obtainable. However in Xcode’s Swift Packages UI, I can’t choose or replace to v18. It’s restricted to
Right here’s what I’ve tried:
• Eradicating and re-adding the package deal
• Cleansing DerivedData
• Manually getting into the GitHub URL once more
• Replace Packages
How can I replace the Fb SDK to model 18 through SPM?
Is there one thing blocking it (e.g., lacking tag, metadata concern, incompatible interface)?
Any assistance is appreciated.