Post

Replies

Boosts

Views

Activity

Reply to Xcode 14.3 - is launching apps in x86_64 no longer allowed?
@Scott - very cool new setting -t hanks for the info! Unfortunately, when removing my EXCLUDED_ARCH setting and running to a Rosetta destination with the new UI, it crashes with this: ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: Xcode [94954] Path: /Applications/Xcode14.3-beta.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 14.3 (21801.3) Build Info: IDEFrameworks-21801003000000000~2 (14E5197f) Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID: 503 Date/Time: 2023-02-24 11:22:48.8882 -0800 OS Version: macOS 13.2.1 (22D68) Report Version: 12 Anonymous UUID: 176AA0CA-224F-6BF0-5B11-C89E6E4E9523 Sleep/Wake UUID: 78A1DAC5-9F17-43F3-8DA3-9084F8D27ABB Time Awake Since Boot: 84000 seconds Time Since Wake: 10945 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: abort() called com.apple.main-thread Application Specific Signatures: 0 Kernel Triage: VM - pmap_enter retried due to resource shortage VM - pmap_enter retried due to resource shortage VM - pmap_enter retried due to resource shortage VM - pmap_enter retried due to resource shortage VM - pmap_enter retried due to resource shortage Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x18750e868 __pthread_kill + 8 1 libsystem_pthread.dylib 0x187545cec pthread_kill + 288 2 libsystem_c.dylib 0x18747e2c8 abort + 180 3 IDEKit 0x10798f648 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 980 4 IDEKit 0x10798fa88 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] + 872 5 DVTFoundation 0x104323198 _DVTAssertionHandler + 424 6 DVTFoundation 0x104323318 _DVTAssertionFailureHandler + 196 7 IDEFoundation 0x108f8dca8 -[DVTDevice(IDEFoundationAdditions) isTranslationSupportInstalledForArchitecture:] + 140 8 IDEFoundation 0x108f8de1c -[DVTDevice(IDEFoundationAdditions) supportsRunningExecutableAtPath:usingArchitecture:error:] + 208 9 IDEFoundation 0x10911254c __23-[IDERunOperation main]_block_invoke.18 + 56 10 DVTFoundation 0x104367338 __DVT_CALLING_CLIENT_BLOCK__ + 16 11 DVTFoundation 0x104367b54 __DVTSyncPerformBlock_block_invoke + 68 12 CoreFoundation 0x1876255a0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 28 13 CoreFoundation 0x1876254b4 __CFRunLoopDoBlocks + 368 14 CoreFoundation 0x187624960 __CFRunLoopRun + 2452 15 CoreFoundation 0x187623878 CFRunLoopRunSpecific + 612 16 HIToolbox 0x190d03fa0 RunCurrentEventLoopInMode + 292 17 HIToolbox 0x190d03c30 ReceiveNextEventCommon + 236 18 HIToolbox 0x190d03b2c _BlockUntilNextEventMatchingListInModeWithFilter + 72 19 AppKit 0x18a8a984c _DPSNextEvent + 632 20 AppKit 0x18a8a89dc -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728 21 DVTKit 0x1032c6404 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 300 22 AppKit 0x18a89ce0c -[NSApplication run] + 464 23 DVTKit 0x1032c560c -[DVTApplication run] + 60 24 AppKit 0x18a874250 NSApplicationMain + 880 25 dyld 0x18721be50 start + 2544 ...
Feb ’23