You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homebrew maintainer. alerter 1.0.1 fails to build on macOS Ventura.
Here is the error:
==> xcodebuild -arch x86_64 -project alerter.xcodeproj -target alerter -configuration Release SYMROOT=build
2023-04-05 18:59:20.974 xcodebuild[7583:8256001] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -arch x86_64 -project alerter.xcodeproj -target alerter -configuration Release SYMROOT=build
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
ARCHS = x86_64
SYMROOT = build
2023-04-05 18:59:20.985 xcodebuild[7583:8256009] DVTErrorPresenter: Unable to load simulator devices.
Domain: DVTCoreSimulatorAdditionsErrorDomain
Code: 3
Failure Reason: The version of the CoreSimulator framework installed on this Mac is out-of-date and not supported by this version of Xcode.
Recovery Suggestion: Please ensure that you have installed all available updates to your Mac's software, and that you are running the most recent version of Xcode supported by macOS.
--
CoreSimulator is out of date. Current version (857.7.0) is older than build version (885.2.0).
Domain: DVTCoreSimulatorAdditionsErrorDomain
Code: 3
--
2023-04-05 18:59:20.985 xcodebuild[7583:8256009] iOSSimulator: [SimServiceContext sharedServiceContextForDeveloperDir:error:] returned nil (Error Domain=DVTCoreSimulatorAdditionsErrorDomain Code=3 "CoreSimulator is out of date. Current version (857.7.0) is older than build version (885.2.0)." UserInfo={NSLocalizedDescription=CoreSimulator is out of date. Current version (857.7.0) is older than build version (885.2.0).}). Simulator device support disabled.
2023-04-05 18:59:21.357 xcodebuild[7583:8256009] NetworkStorageDB:_openDBReadConnections: failed to open read connection to DB @ /Users/michkapopoff/Library/Caches/com.apple.dt.xcodebuild/Cache.db. Error=14. Cause=unable to open database file
2023-04-05 18:59:21.357 xcodebuild[7583:8256009] The read-connection to the DB=/Users/michkapopoff/Library/Caches/com.apple.dt.xcodebuild/Cache.db is NOT valid. Unable to determine schema version.
2023-04-05 18:59:21.357 xcodebuild[7583:8256009] NetworkStorageDB:_openDBWriteConnections: failed to open write connection to DB @ /Users/michkapopoff/Library/Caches/com.apple.dt.xcodebuild/Cache.db. Error=14. Cause=unable to open database file
2023-04-05 18:59:21.357 xcodebuild[7583:8256009] DEBUG: there is no SQL cache DB located at /Users/michkapopoff/Library/Caches/com.apple.dt.xcodebuild/Cache.db.
2023-04-05 18:59:21.357 xcodebuild[7583:8256009] DEBUG: there is no SQL cache DB located at /Users/michkapopoff/Library/Caches/com.apple.dt.xcodebuild/Cache.db-shm.
2023-04-05 18:59:21.357 xcodebuild[7583:8256009] DEBUG: there is no SQL cache DB located at /Users/michkapopoff/Library/Caches/com.apple.dt.xcodebuild/Cache.db-wal.
2023-04-05 18:59:21.358 xcodebuild[7583:8256008] writeDBwithCachedResponse-ERROR: (_dbWriteConnection=0x7f7aa1c38fb0) insert SQL stmnt. is nil for storage: /Users/michkapopoff/Library/Caches/com.apple.dt.xcodebuild
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: aba58688310f63c2bb7ae292a2f307b1
Build description path: /tmp/alerter-20230405-7543-1kuo9i4/alerter-1.0.1/build/XCBuildData/aba58688310f63c2bb7ae292a2f307b1.xcbuilddata
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
/tmp/alerter-20230405-7543-1kuo9i4/alerter-1.0.1/alerter.xcodeproj: error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "NQLLJK2GK3" with a private key was found. (in target 'alerter' from project 'alerter')
Could you help us with this to be able to update the package?
The text was updated successfully, but these errors were encountered:
My build is working when building through Xcode GUI. M1 btw, not intel. I only had to change the team and development certificates to my own (which is normal behavior afaik).
Hello.
Homebrew maintainer.
alerter
1.0.1 fails to build on macOS Ventura.Here is the error:
Could you help us with this to be able to update the package?
The text was updated successfully, but these errors were encountered: