Bitrise Build Issue Report template
Description of the issue
pod install failed on ONLY Xcode 11.1 stack.
When we use Xcode 11.0 stack
, it succeeded.
[01:11:37]: -----------------------
[01:11:37]: --- Step: cocoapods ---
[01:11:37]: -----------------------
[01:11:37]: $ bundle exec pod install
[01:11:39]: â–¸ Analyzing dependencies
[01:11:39]: â–¸ Cloning spec repo `millsdk` from `https://github.com/millsdk/Spec.git`
[01:11:40]: â–¸ [!] CocoaPods could not find compatible versions for pod "AlamofireObjectMapper":
[01:11:40]: â–¸ In snapshot (Podfile.lock):
[01:11:40]: â–¸ AlamofireObjectMapper (= 5.2.1)
[01:11:40]: â–¸ In Podfile:
[01:11:40]: â–¸ AlamofireObjectMapper
[01:11:40]: â–¸ None of your spec sources contain a spec satisfying the dependencies: `AlamofireObjectMapper, AlamofireObjectMapper (= 5.2.1)`.
[01:11:40]: â–¸ You have either:
[01:11:40]: â–¸ * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
[01:11:40]: â–¸ * mistyped the name or version.
[01:11:40]: â–¸ * not added the source repo that hosts the Podspec to your Podfile.
[01:11:40]: Exit status of command 'bundle exec pod install' was 31 instead of 0.
pod install
is ran by fastlane.
Environment:
ONLY on stack of Xcode 11.1.
It is not happen on stack of Xcode 11.0
Reproducibility
- Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : YES
-
Does a rebuild without caches help? (You can remove the
Cache:Pull
andCache:Push
steps temporarily to not to use the cache, or you can delete all the caches on theSettings
tab of the app. : YES - Does the issue happen sporadically, or every time? : every time
- Does upgrading the build Step to the latest version help? : YES
- When did the issue start? : 1 weak ago
Local reproduction
Didn’t try it. Because I think, Xcode 11.1 stack
has this issue.