skip to Main Content

MongoDB 6.0.x – No longer runs on macOS Ventura 13.1 or 13.2

Just upgraded (14.12.2022) to macOS Ventura 13.1 (22C65). Using Mongo on /usr/local/Cellar/mongodb-community/6.0.1/bin: brew services restart [email protected] Stopping `mongodb-community`... (might take a while) ==> Successfully stopped `mongodb-community` (label: homebrew.mxcl.mongodb-community) ==> Successfully started `mongodb-community` (label: homebrew.mxcl.mongodb-community) Then I run "mongosh": mongosh Now…

VIEW QUESTION

macOS 13 upgraded the xcode git commandline tools always try to find old SDK, even installed git it still claims I need to install

xcodebuild: error: SDK "/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk" cannot be located. git: error: Failed to determine realpath of '/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk' (errno=No such file or directory) this caused a dead lock, git can not found this path, and it can not be installed, then it ask…

VIEW QUESTION

Xcode – Error installing cocoapods: ERROR: Failed to build gem native extension. Ventura

sudo gem install cocoapods Building native extensions. This could take a while... ERROR: Error installing cocoapods: ERROR: Failed to build gem native extension. current directory: /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/ext/ffi_c /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 -r ./siteconf20221026-22941-v40jeb.rb extconf.rb checking for ffi.h... *** extconf.rb failed *** Could…

VIEW QUESTION
Back To Top
Search