-
Notifications
You must be signed in to change notification settings - Fork 69
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
Xcode 15 Nimble & Foundation naming conflict #69
Comments
Hi! As the maintainer of Nimble, I want to jump in and note that as part of addressing this name conflict, I'm planning to rename the |
Hello, assuming you are releasing Nimble today (according to Quick/Nimble#1061 (comment)), could you make a new version of this library as well? |
@ashfurrow it seems that it doesn't take the deployment target from the spec file. I can reproduce it locally, but have no idea how it could be fixed. Yes I just need the new Nimble version, because right now our tests do not run on Xcode 15. |
I think we are running into this issue: CocoaPods/CocoaPods#11839 |
Ah fun fun. Okay. So this should work with Xcode 14.2 for now? I can download that and use it to publish the new version. (Fixing this bug in a PR, as Orta mentioned in that thread, would be a great too. But I want to unblock you all first.) |
The only pod spec lint errors I got for #70 were related to edit:
|
Yes but once you fix those, you will get a hidden DT_TOOLCHAIN error, which then suggests that you upgrade to Pod 1.13.0. And when you do, the same errors will appear (at least, that's what happened to me) as in the top post. But yes, Predicate needs to be replaced with Matcher in the sources first. |
I've released a new version in #70 for the latest version of Nimble, 6.3.0 of RxNimble. Let me know 👍 |
Oh, and Xcode 14.2 did work. |
Thanks, for us it works as expected now. I did see the following error when updating:
I just had to update my first line in the Podfile to: (We were already using 13.0 as the minimum deployment target for our apps, but that was set in Xcode, not in the Podfile) |
Thanks @dzolnai , 6.3.1 works for me in Xcode 15 as well. |
Hi, when using Xcode 15, RxNimble has an error 'Predicate' is ambiguous for type lookup in this context since Foundation has a conflict type
Predicate
with Nimble.This is the related issue link in Nimble. I think maybe you want to consider the workaround described in it.
The text was updated successfully, but these errors were encountered: