EEYatHo 앱 깎는 이야기

Flutter ) xcode crash when upload archive 본문

Flutter/Error

Flutter ) xcode crash when upload archive

EEYatHo 2025. 1. 10. 16:35
반응형

iOS 아카이빙 후 업로드 중, Signing Runner.app... 할때 Xcode가 죽음

 

 

Xcode 로그에서 크래쉬 난 쓰레드를 보면 아래와 같음

더보기

Thread 8 Crashed:: Dispatch queue: com.apple.root.default-qos 0 libsystem_kernel.dylib 0x19f9b15f0 __pthread_kill + 8 1 libsystem_pthread.dylib 0x19f9e9c20 pthread_kill + 288 2 libsystem_c.dylib 0x19f8f6a30 abort + 180 3 IDEKit 0x107debb64 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 972 4 IDEKit 0x107debfa4 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] + 872 5 DVTFoundation 0x1043de73c _DVTAssertionHandler + 424 6 DVTFoundation 0x1043de8bc _DVTAssertionFailureHandler + 196 7 DVTFoundation 0x1042a4410 +[DVTFilePath _filePathForParent:pathString:] + 512 8 DVTFoundation 0x1042a4a9c -[DVTFilePath filePathForRelativePathString:] + 48 9 IDEFoundation 0x1098ededc -[IDEDistributionProcessingPipelineContext packagePathForVariant:] + 768 10 IDEFoundation 0x109904514 -[IDEDistributionCreateIPAStep name] + 88 11 IDEFoundation 0x1098ebe40 __98-[IDEDistributionProcessingPipeline observationForPhaseStateChanges:stepIndex:pipelineStepsCount:]_block_invoke + 96 12 DVTFoundation 0x1043ea5e4 -[NSObject(DVTObservingConvenience) _dvt_newObserverForKeyPath:options:owner:creationBacktrace:withHandlerBlock:] + 380 13 DVTFoundation 0x1043eb3ac -[NSObject(DVTObservingConvenience) dvt_newObserverForKeyPath:options:withHandlerBlock:] + 124 14 IDEFoundation 0x1098ebd04 -[IDEDistributionProcessingPipeline observationForPhaseStateChanges:stepIndex:pipelineStepsCount:] + 152 15 IDEFoundation 0x1098ec078 -[IDEDistributionProcessingPipeline processForThinningVariant:distributionItem:stepClass:stepIndex:pipelineStepsCount:error:] + 420 16 IDEFoundation 0x1098eb80c -[IDEDistributionProcessingPipeline process:] + 1132 17 IDEFoundation 0x1096a0594 -[IDEDistributionPackagingStep loadDrivableFromExportOptions:error:] + 204 18 IDEFoundation 0x1097682a8 -[IDEDistributionDriver runWithDestinationPath:wantsExportStep:] + 1992 19 IDEFoundation 0x109a2481c closure #1 in RecoverableDistributionDriver.run() + 188 20 IDEFoundation 0x1099b8b84 thunk for @escaping @callee_guaranteed @Sendable () -> () + 28 21 libdispatch.dylib 0x19f837750 _dispatch_call_block_and_release + 32 22 libdispatch.dylib 0x19f8393e8 _dispatch_client_callout + 20 23 libdispatch.dylib 0x19f83c580 _dispatch_queue_override_invoke + 928 24 libdispatch.dylib 0x19f84aea8 _dispatch_root_queue_drain + 392 25 libdispatch.dylib 0x19f84b6b8 _dispatch_worker_thread2 + 156 26 libsystem_pthread.dylib 0x19f9e5fd0 _pthread_wqthread + 228 27 libsystem_pthread.dylib 0x19f9e4d28 start_wqthread + 8

 

 

온갖 클린, 재부팅해도 안되고,

코드사이닝 관련 삽질해도 안됨

 

Xcode 15.3 이었는데 Xcode 16.1로 바꾸니 잘됨

Comments