-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Checklist before submitting a bug report
- I've updated to the latest released version of the SDK
- I've searched for existing GitHub issues
- I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group
- I've read the Code of Conduct
- This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
16.4
Facebook iOS SDK version
18.0.1
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
[!] CocoaPods could not find compatible versions for pod "FBAEMKit":
In Podfile:
FBAEMKit (~> 18.0.1)
None of your spec sources contain a spec satisfying the dependency: `FBAEMKit (~> 18.0.1)`.
You have either:
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Expected results
[!] CocoaPods could not find compatible versions for pod "FBAEMKit":
In Podfile:
FBAEMKit (~> 18.0.1)
None of your spec sources contain a spec satisfying the dependency: `FBAEMKit (~> 18.0.1)`.
You have either:
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Actual results
[!] CocoaPods could not find compatible versions for pod "FBAEMKit":
In Podfile:
FBAEMKit (~> 18.0.1)
None of your spec sources contain a spec satisfying the dependency: `FBAEMKit (~> 18.0.1)`.
You have either:
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Steps to reproduce
[!] CocoaPods could not find compatible versions for pod "FBAEMKit":
In Podfile:
FBAEMKit (~> 18.0.1)
None of your spec sources contain a spec satisfying the dependency: `FBAEMKit (~> 18.0.1)`.
You have either:
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Code samples & details
target 'Runner' do
use_frameworks!
pod 'FBSDKCoreKit', '~> 18.0.1'
pod 'FBAEMKit', '~> 18.0.1'
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
endReactions are currently unavailable