LoginSignup

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

xcode archiveをクリックした途端に落ちる。

xcode archiveをクリックした途端に落ちます。

5つあるアプリの内2つが落ちます。

3つのアプリと build settings は同じなのですが、何が原因なのでしょうか。
皆様の知恵を貸していただけると幸いです。
xcode:15.3

試したこと。
・本体更新
・実機ビルドは可能

エラーコード↓ とても長く、冒頭部分のみ記載

Translated Report (Full Report Below)

Process: Xcode [12252]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 15.3 (22618)
Build Info: IDEApplication-22618000000000000~2 (15E204a)
App Item ID: 497799835
App External ID: 863955376
Code Type: X86-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2024-03-27 20:48:17.4554 +0900
OS Version: macOS 14.4 (23E214)
Report Version: 12
Bridge OS Version: 8.4 (21P4222)
Anonymous UUID: CE36CB0B-F533-B39D-C894-38E2EF8939D2

Sleep/Wake UUID: 8A0A10A2-8BEE-4610-911A-3CFB405C18C9

Time Awake Since Boot: 35000 seconds
Time Since Wake: 492 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Termination Reason: Namespace SIGNAL, Code 6 Abort trap: 6
Terminating Process: Xcode [12252]

Application Specific Information:
abort() called

Application Specific Signatures:
success

Kernel Triage:
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter

0

1Answer

Xcodeを終了させて、一度キャッシュを削除してみたらどうでしょうか?

1. Xcodeプロジェクトのキャッシュ削除

rm -rf ~/Library/Developer/Xcode/DerivedData

2. Xcode.appのキャッシュ削除

rm -rf ~/Library/Caches/com.apple.dt.Xcode/
0

Your answer might help someone💌