Hi, with xcode 26 does anyone is getting this erro...
# multiplatform
s
Hi, with xcode 26 does anyone is getting this error Warning: Failed to generate cinterop for sharedcinteropGoogleMapsIosArm64: Process 'command '/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java'' finished with non-zero exit value 1
please somebody guide me, I cant understand why the build is breaking I cant even gradle sync
Might be related to your issue.
s
hmm thanks looks like it is, the problem here is also that mac os 26 restricts to xcode 26 so no chances of roll back and my errors are!! • walletcommonizeCInterop • Process 'command '/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java'' finished with non-zero exit value 1 as this module contains my cinterop code//
c
You can download and install Xcode 18 manually from their developer page.
s
I have tried that and it results to this error Failed to launch AssetCatalogSimulatorAgent via CoreSimulator spawn Underlying Errors: Description: Failed to handshake with platform tool Failure Reason: Failed to open connection over FIFOs with platform tool Underlying Errors: Description: Recovery Suggestion: Try restarting your computer Underlying Errors: Description: Failed to open FIFOs for handshaking with platform tool Failure Reason: AssetCatalogSimulatorAgent exited before
f
Mac OS 26 is not restricted to Xcode 26, you can still download Xcode 16
s
Actually i am seeing this for xcode 16.2 or any version other than 26
f
Look after the xcodes to download previous version of Xcode easily
You need the version 16.4
🥹 1
s
Thanks 😰🥹 This really helped I was developing my CMP app in xcode 16.2 and when i updated my mac yesterday, and saw that 16.2 is not running and 26 gives errors I panicked,😭. As an Intern solely handling a full app, I literally panicked and felt like .... Thanks really really thanks for helping
218 Views