erikdoe / ocmock

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

Fix Xcode 14.3 build issue #527

Closed paulb777 closed 1 year ago

paulb777 commented 1 year ago

Xcode 14.3 does not support building for a minimum macOS target of 10.10.

More context at https://stackoverflow.com/questions/75574268/missing-file-libarclite-iphoneos-a-xcode-14-3

tejassharma96 commented 1 year ago

hi @erikdoe, any chance this could be merged? it'll need a version bump too so people on an older os can still consume the old version, but this dependency is causing a lot of issues with cocoapod libraries that depend on it for tests 😓

erikdoe commented 1 year ago

Hi @paulb777, yes, I want to merge this. At the same time I don't want to change the podspec only. In my opinion the version settings in the XCode build file should be the same as the podspec, especially when we're talking about a releasing this as a proper version of OCMock. Making those changes didn't sound complicated, but when verifying them I noticed that the OCMock test suite now has a few failures that must have crept in with a recent SDK change. Looking into it.