-
Notifications
You must be signed in to change notification settings - Fork 984
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
make pod-install
command fails for MacOS Sonoma & Xcode 15
#17682
Comments
After updating local ruby version, @mohsen-ghafouri also saw this :
It seems like he is using Xcode 15 and that could be the root cause of this issue. |
I'm having a similar issue. Xcode 15 with ios 17. My problem is not ruby version though, just a pod (glog) not building properly. What is the recommended Xcode and ios version ? |
@shivekkhurana : Xcode 14.3 |
make pod-install
command fails for MacOS with local ruby version 3.0 make pod-install
command fails for MacOS Sonoma & Xcode 15
We have not changed status-mobile/ios/Podfile.lock Line 16 in 390bbdb
|
Adding logs from my macbook that runs Sonoma and Xcode 15
|
I think the key thing to focus would be
|
As the error suggests my Inside this log file there are a bunch of clang errors.
|
Another possible issue could be this message |
related issues : google/glog#544 |
your existing environment should be compatible once #18108 is merged. |
Problem
As reported by @mohsen-ghafouri
On latest develop branch
make pod-install
would fail with
Could not find ffi-1.15.5 in locally installed gems (Bundler::GemNotFound)
when running
make nix-update-gems
the key error message was
<internal:/nix/store/wsb2l0f892jfry6inik9kj8swn2bpz00-ruby-3.1.4/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in
require': incompatible library version - /Users/maxghafori/.rvm/gems/ruby-3.0.0/gems/pathname-0.2.1/lib/pathname.bundle `Screenshots
The text was updated successfully, but these errors were encountered: