Skip to content

[!] CocoaPods could not find compatible versions for pod "FBAEMKit": #2611

@yanashenyang

Description

@yanashenyang

Checklist before submitting a bug report

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__))
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions