Summary:
Thanks for proposing a pull request!
To help us review the request, please complete the following:
- [x] sign [contributor license agreement](https://code.facebook.com/cla)
- [x] I've ensured that all existing tests pass and added tests (when/where necessary)
- [x] I've updated the documentation (when/where necessary) and [Changelog](CHANGELOG.md) (when/where necessary)
- [ ] I've added the proper label to this pull request (e.g. `bug` for bug fixes)
## Pull Request Details
I found the required dependencies are missing in the Package.swift.
These are the related targets.
- FacebookAEM( `.aem`)
- FBAEMKit (`.Prefixed.aem`)
- FBSDKCoreKit_Basics (`.Prefixed.basics`)
FacebookAEM requires FBAEM. FacebookAEM just exports FBAEM interfaces.
41044df838/Sources/FacebookAEM/Exports.swift (L10)
`FBAEMKit` imports `FBSDKCoreKit_Basics`. In fact, `.swiftinterface` of distributed `FBAEMKit.xcframework` attempts to import `FBSDKCoreKit_Basics`.
So it need to add dependencies for `FBSDKCoreKit_Basics`. But there are no dependencies.
It causes error on some build environment.
`FBAEMKit` is a binary target, so it can't have dependencies directly. So I added the dependencies to `FBSDKCoreKit_Basics` from `FacebookAEM`.
Pull Request resolved: https://github.com/facebook/facebook-ios-sdk/pull/2254
Test Plan: This manifest works.
Reviewed By: joesus
Differential Revision: D49624751
Pulled By: TimOliver
fbshipit-source-id: 1a163f506af643fdb2ef87215c4bafbeef4759f2
Facebook SDK for iOS
This open-source library allows you to integrate Facebook into your iOS app.
Learn more about the provided samples, documentation, integrating the SDK into your app, accessing source code, and more at https://developers.facebook.com/docs/ios
Please take a moment and subscribe to releases so that you can be notified about new features, deprecations, and critical fixes. To see information about the latest release, consult our changelog.
| ⚠️ Be Advised ⚠️ |
|---|
We have begun rewriting the iOS SDK in Swift in order to modernize the code base. Please monitor the changelog for updates to existing interfaces but keep in mind that some interfaces will be unstable during this process. As such, updating to a minor version may introduce compilation issues related to language interoperability. Using symbols now defined in Swift may require using |
TRY IT OUT
Swift Package Manager
- In Xcode, select File > Swift Packages > Add Package Dependency.
- Follow the prompts using the URL for this repository
- Select the
Facebook-prefixed libraries you want to use - Check-out the tutorials available online at: https://developers.facebook.com/docs/ios/getting-started
- Start coding! Visit https://developers.facebook.com/docs/ios for tutorials and reference documentation.
iOS 14 CHANGES
Data Disclosure
Due to the release of iOS 14, tracking events that your app collects and sends to Facebook may require you to disclosed these data types in the App Store Connect questionnaire. It is your responsibility to ensure this is reflected in your application’s privacy policy. Visit our blogpost for information on affected Facebook SDKs, APIs, and products and the Apple App Store Privacy Details article to learn more about the data types you will need to disclose.
link to FB blogpost https://developers.facebook.com/blog/post/2020/10/22/preparing-for-apple-app-store-data-disclosure-requirements/
apple store details https://developer.apple.com/app-store/app-privacy-details/
FEATURES
- Login - https://developers.facebook.com/docs/facebook-login
- Sharing - https://developers.facebook.com/docs/sharing
- App Links - https://developers.facebook.com/docs/applinks
- Graph API - https://developers.facebook.com/docs/ios/graph
- Analytics - https://developers.facebook.com/docs/analytics
GIVE FEEDBACK
Please report bugs or issues to our designated developer support team -- https://developers.facebook.com/support/bugs/ -- as this will help us resolve them more quickly.
You can also visit our Facebook Developer Community Forum, join the Facebook Developers Group on Facebook, ask questions on Stack Overflow, or open an issue in this repository.
CONTRIBUTE
Facebook welcomes contributions to our SDKs. Please see the CONTRIBUTING file.
LICENSE
See the LICENSE file.
Copyright © Meta Platforms, Inc
SECURITY POLICY
See the SECURITY POLICY for more info on our bug bounty program.
DEVELOPER TERMS
- By enabling Facebook integrations, including through this SDK, you can share information with Facebook, including information about people’s use of your app. Facebook will use information received in accordance with our Data Use Policy, including to provide you with insights about the effectiveness of your ads and the use of your app. These integrations also enable us and our partners to serve ads on and off Facebook.
- You may limit your sharing of information with us by updating the Insights control in the developer tool
https://developers.facebook.com/apps/{app_id}/settings/advanced. - If you use a Facebook integration, including to share information with us, you agree and confirm that you have provided appropriate and sufficiently prominent notice to and obtained the appropriate consent from your users regarding such collection, use, and disclosure (including, at a minimum, through your privacy policy). You further agree that you will not share information with us about children under the age of 13.
- You agree to comply with all applicable laws and regulations and also agree to our Terms https://www.facebook.com/policies/, including our Platform Policies https://developers.facebook.com/policy/ and Advertising Guidelines, as applicable https://www.facebook.com/ad_guidelines.php.
By using the Facebook SDK for iOS you agree to these terms.