| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Kotlin
- Chat GPT
- xcframework
- buildconfigfield
- Registering an InstanceCreator with Gson for this type may fix this problem
- NDK
- Framework
- Swift
- Jetpack
- arm-linux-androideabi
- BindingAdapter
- VM arguments
- DispatchQueue
- Compose
- 3rd framework
- boot
- EditText
- AOS
- ndkVersion
- retrofit
- mac
- data binding
- defaultconfig
- 3rd part
- gradle
- Java
- Andorid
- Eclipse
- IOS
- Android
Archives
- Today
- Total
grape
[iOS]3rd part framework config update(Unable to install...Domain: com.apple.dt.MobileDeviceErrorDomainCode: -402620375) 본문
dev/ios
[iOS]3rd part framework config update(Unable to install...Domain: com.apple.dt.MobileDeviceErrorDomainCode: -402620375)
grapelab 2023. 9. 15. 10:52old version xcode 3rd part static library use config "Embed & sign" or "Embed without signing".
Xcode13(iOS15) 3rd part static library use config change to "Do Not Embed"
if still use config "Embed ..." then just build sucess
But you can not excute at devices and meet error message
Unable to install "App Name"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
...
The code signature version is no longer supported.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375

'dev > ios' 카테고리의 다른 글
| [iOS]DispatchQueue.global (0) | 2023.09.18 |
|---|---|
| [iOS]3rd part framework config update(Unable to install...Domain: com.apple.dt.MobileDeviceErrorDomainCode: -402652994) (0) | 2023.09.15 |
| [iOS]3rd part framework - Undefined symbols for architecture(swift) (0) | 2023.09.08 |
| [iOS] issue - Error creating LLDB target at path (0) | 2023.09.08 |
| [ios] 3rd framework bit code (0) | 2023.09.06 |