일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- appstore
- rxswift
- Session
- Archive
- MacOS
- FLUTTER
- iOS16
- JPA
- stack
- 한글
- SwiftUI
- view
- Git
- Xcode
- UIButton
- IOS
- Realm
- Firebase
- geofencing
- 개발자
- 웹뷰
- window
- Notification
- mac
- darkmode
- error
- Apple
- Swift
- github
- Code
- Today
- Total
EEYatHo 앱 깎는 이야기
Flutter ) xcode crash when upload archive 본문
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로 바꾸니 잘됨
'Flutter > Error' 카테고리의 다른 글
Flutter ) Didn't find class ".MainActivity" on path: DexPathList (0) | 2024.12.30 |
---|---|
Flutter ) ios 빌드 무반응 (Encountered error while building for device) (1) | 2024.12.19 |
flutterfire: command not found (0) | 2024.12.06 |
Flutter ) 개발자를 확인할 수 없기 때문에 iproxy를 열 수 없습니다. - EEYatHo (0) | 2022.08.15 |
Flutter ) GoRouteInformationProvider 에러 해결 - EEYatHo Flutter (0) | 2022.06.27 |