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
This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
16.0
Facebook iOS SDK version
17.1.0
Dependency Manager
Carthage
SDK Framework
Core
Goals
.framework files for FBSDKCoreKit, FBSDKLoginKit and FBSDKShareKit
Expected results
.framework files for FBSDKCoreKit, FBSDKLoginKit and FBSDKShareKit which can be used for both device and simulator
Actual results
Cartfile contents : github "facebook/facebook-ios-sdk" "v13.0.0"
OR
github "facebook/facebook-ios-sdk"
command In Terminal: carthage update --platform ios --use-xcframeworks
`*** Fetching facebook-objc-sdk
*** Checking out facebook-objc-sdk at "v17.1.0"
*** xcodebuild output can be found in /var/folders/zn/8dkx94j92wv8sqzhjh3sj14r0000gr/T/carthage-xcodebuild.WT88vi.log
*** Skipped building facebook-objc-sdk due to the error:
Dependency "facebook-objc-sdk" has no shared framework schemes for any of the platforms: iOS
`
Steps to reproduce
No response
Code samples & details
// INSERT YOUR CODE HEREvarexample="Example code"
The text was updated successfully, but these errors were encountered:
Checklist before submitting a bug report
Xcode version
16.0
Facebook iOS SDK version
17.1.0
Dependency Manager
Carthage
SDK Framework
Core
Goals
.framework files for FBSDKCoreKit, FBSDKLoginKit and FBSDKShareKit
Expected results
.framework files for FBSDKCoreKit, FBSDKLoginKit and FBSDKShareKit which can be used for both device and simulator
Actual results
Cartfile contents : github "facebook/facebook-ios-sdk" "v13.0.0"
OR
github "facebook/facebook-ios-sdk"
command In Terminal: carthage update --platform ios --use-xcframeworks
`*** Fetching facebook-objc-sdk
*** Checking out facebook-objc-sdk at "v17.1.0"
*** xcodebuild output can be found in /var/folders/zn/8dkx94j92wv8sqzhjh3sj14r0000gr/T/carthage-xcodebuild.WT88vi.log
*** Skipped building facebook-objc-sdk due to the error:
Dependency "facebook-objc-sdk" has no shared framework schemes for any of the platforms: iOS
`
Steps to reproduce
No response
Code samples & details
The text was updated successfully, but these errors were encountered: