facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.
https://developers.facebook.com/docs/ios
Other
7.73k stars 3.5k forks source link

Swift Package version 17.0.0 fails on Xcode 15.3 #2398

Open sbehnke-zynga opened 3 weeks ago

sbehnke-zynga commented 3 weeks ago

Checklist before submitting a bug report

Xcode version

15.3.0

Facebook iOS SDK version

17.0.0

Dependency Manager

SPM

SDK Framework

Gaming Services

Goals

Update the package cache on the machine to facility building with Xcode 15.3.

Expected results

Swift Packages for version 17.0.0 should checkout and build without issues

Actual results

invalid archive returned from 'https://github.com/facebook/facebook-ios-sdk/releases/download/v17.0.0/FBAEMKit-Dynamic_XCFramework.zip' which is required by binary target 'FBAEMKit'

Steps to reproduce

Add version 17.0.0 as a package dependency to a project in Xcode 15.3. Update Packages to the latest version and observe the failure.

Code samples & details

// Not applicable, downloading package only.