erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Fix Xcode 15.3 build error on Intel Macs #537

Closed paulb777 closed 5 months ago

paulb777 commented 8 months ago

Fix #536

adamsousa commented 6 months ago

Any update on getting this merged?

Kaspik commented 6 months ago

@erikdoe This is preventing us from using it on latest Xcode.

erikdoe commented 5 months ago

Sorry that this took so long. There was some yak shaving and misunderstanding on my side. I was basically waiting to see when GitHub Actions would support Xcode 15.3, but I somehow looked at the macOS 13 runner, but macOS 13 won't get Xcode 15.3...

giginet commented 5 months ago

Could you make a new release?

giginet commented 4 months ago

We need the new version. Could you make a new release?

erikdoe commented 4 months ago

Had hoped to get visionOS support included. This is not happening fast enough so I have made a release. However, as so often I have issues with CocoaPods. When I try to push the release I get the following error:

➜  ocmock git:(master) pod trunk push --allow-warnings

[!] Found podspec `OCMock.podspec`
Updating spec repo `trunk`
[!] CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/deprecated_podspecs.txt Response: URL using bad/illegal format or missing URL

Any idea what to do here?

paulb777 commented 4 months ago

Maybe one of the suggestions at https://github.com/CocoaPods/CocoaPods/issues/11939 or https://github.com/CocoaPods/CocoaPods/issues/11159 would help?

erikdoe commented 3 months ago

Thank you! Finally got round to digging through this. Installing Cocoapods with Homebrew solved the problem in the end.