Hi, since I upgraded to macOS Ventura, I have this...
# multiplatform
j
Hi, since I upgraded to macOS Ventura, I have this problem when trying to gradle sync my project in Android Studio.
Copy code
Executing of 'xcodebuild -project Pods.xcodeproj -scheme gRPC -sdk iphoneos -configuration Release' failed with code 65 and message: 

Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project Pods.xcodeproj -scheme gRPC -sdk iphoneos -configuration Release

...

note: Building targets in dependency order
/Users/julien/cash/mobile/shared/build/cocoapods/synthetic/IOS/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.0.99. (in target 'gRPC-gRPCCertificates' from project 'Pods')
/Users/julien/cash/mobile/shared/build/cocoapods/synthetic/IOS/Pods/Pods.xcodeproj: error: Signing for "gRPC-gRPCCertificates" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'gRPC-gRPCCertificates' from project 'Pods')
** BUILD FAILED **
The command
Copy code
xcodebuild -project Pods.xcodeproj -scheme gRPC -sdk iphoneos -configuration Release
runs fine when ran from a terminal. Has anyone had the same issue? We think it’s a problem with Ventura, but we’re not sure.
a
confirming that it is working on Ventura update
j
are you using the gRPC pod?
a
nope
j
It seems to be linked to this issue https://github.com/CocoaPods/CocoaPods/issues/11402 Workaround doesn’t work
m
Should be fixed in 1.8.0-beta https://youtrack.jetbrains.com/issue/KT-54314