Julien F
10/28/2022, 11:43 AMExecuting 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
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.Antonis Radz
10/28/2022, 11:57 AMJulien F
10/28/2022, 12:09 PMAntonis Radz
10/28/2022, 12:12 PMJulien F
10/28/2022, 12:56 PMMayank
10/28/2022, 1:25 PMMayank
10/28/2022, 1:36 PM