Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocoapods Spec Not Updated to 4.2.0 #322

Open
fssilva opened this issue Aug 18, 2022 · 5 comments
Open

Cocoapods Spec Not Updated to 4.2.0 #322

fssilva opened this issue Aug 18, 2022 · 5 comments

Comments

@fssilva
Copy link

fssilva commented Aug 18, 2022

Hey, it seems a new version was released but the Specs have not been updated yet. Which means the update is not findable on cocoapods.

CocoaPods/Specs@d019107

@bbolchis
Copy link

Until this issue gets fixed, one workaround is to use:

pod 'SwiftyMocky', :git => 'https://github.com/MakeAWishFoundation/SwiftyMocky.git', :tag => '4.2.0'

Source: #325

@bbolchis
Copy link

Beware, the bin/swiftymocky executable for tag 4.2.0 is Apple Silicon only, it will show "Bad CPU type in executable" when running on Intel.

% file swiftymocky 
swiftymocky: Mach-O 64-bit executable arm64

Until this issue gets fixed, one workaround is to use:

pod 'SwiftyMocky', :git => 'https://github.com/MakeAWishFoundation/SwiftyMocky.git', :tag => '4.2.0'

Source: #325

@VilemKurz
Copy link

Confirming that 4.1.0 delivered by cocoapods runs safely on Intel

@666tos
Copy link

666tos commented Feb 3, 2023

4.2.0 spec is still not deployed

@666tos
Copy link

666tos commented Nov 20, 2023

@amichnia @Przemyslaw-Wosko could you please take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants