Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
11.25.1.2 (if issue is Swift related)Warning free compilation
No errors or warning generated during compilation.
A warning is generated in FacebookCore and multiple App Target files:
imported declaration 'FBSDKAutoAppLinkPresentationStyle' could not be mapped to 'AutoAppLink.PresentationStyle'
Add Facebook SDK using Xcode Package Manager or build using Carthage against Swift 5.1.2
Warning was first generated after first rebuilding Facebook SDK v5.9.0 using Carthage + Swift 5.1.2 following Xcode 11.2 Update. Having just migrated over to SPM from Carthage using v5.10.0 same warning messages also appears using Xcode SPM.
I have tried SPM Refresh, clearing of all Xcode Derived Data etc. warning always reappears during compilation.
Assuming this is merged it will be in the next patch release. There is more detail about the cause in that linked PR.
Confirmed as fixed in 5.10.1
Most helpful comment
1099
Assuming this is merged it will be in the next patch release. There is more detail about the cause in that linked PR.