-
Notifications
You must be signed in to change notification settings - Fork 607
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
Fix Xcode 15.3 build error on Intel Macs #537
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue is also reproduced on Apple Silicons.
I confirmed to pass the build with this PR on 15.3 beta 1. 💯
Any update on getting this merged? |
@erikdoe This is preventing us from using it on latest Xcode. |
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... |
Could you make a new release? |
We need the new version. Could you make a new release? |
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:
Any idea what to do here? |
Maybe one of the suggestions at CocoaPods/CocoaPods#11939 or CocoaPods/CocoaPods#11159 would help? |
Thank you! Finally got round to digging through this. Installing Cocoapods with Homebrew solved the problem in the end. |
Fix #536