MakeAWishFoundation / SwiftyMocky

Framework for automatic mock generation. Adds a set of handy methods, simplifying testing. One of the best and most complete solutions, including generics support and much more.
MIT License
1.04k stars 106 forks source link

Cocoapods Spec Not Updated to 4.2.0 #322

Open fssilva opened 2 years ago

fssilva commented 2 years ago

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.

https://github.com/CocoaPods/Specs/commit/d019107a686e4b09ed6844ba1bcbeb8522eb4165

bbolchis commented 2 years ago

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

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

Source: https://github.com/MakeAWishFoundation/SwiftyMocky/issues/325

bbolchis commented 2 years ago

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 commented 2 years ago

Confirming that 4.1.0 delivered by cocoapods runs safely on Intel

666tos commented 1 year ago

4.2.0 spec is still not deployed

666tos commented 11 months ago

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