facebook / facebook/facebook-ios-sdk

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

Open
#2,611 1 comment 0 reactions 0 assignees View on GitHub
bug needs-triage
Dominant language
Swift
Stars
8.1k
Forks
3.7k
PR merge metrics
No merged PRs in 30d

Description

### Checklist before submitting a bug report

- [x] I've updated to the latest released version of the SDK
- [x] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues)
- [x] I've looked for existing answers on [Stack Overflow](https://facebook.stackoverflow.com), the [Facebook Developer Community Forum](https://developers.facebook.com/community/) and the [Facebook Developers Group](https://www.facebook.com/groups/fbdevelopers)
- [x] I've read the [Code of Conduct](https://github.com/facebook/facebook-ios-sdk/blob/main/CODE_OF_CONDUCT.md)
- [x] 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

```swift
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
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.