일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Java
- Framework
- DispatchQueue
- VM arguments
- data binding
- Android
- 3rd framework
- Chat GPT
- ndkVersion
- xcframework
- EditText
- buildconfigfield
- mac
- Registering an InstanceCreator with Gson for this type may fix this problem
- retrofit
- Eclipse
- gradle
- Swift
- defaultconfig
- boot
- Compose
- IOS
- arm-linux-androideabi
- 3rd part
- BindingAdapter
- AOS
- Andorid
- Jetpack
- Kotlin
- NDK
Archives
- Today
- Total
grape
[iOS]3rd part framework config update(Unable to install...Domain: com.apple.dt.MobileDeviceErrorDomainCode: -402652994) 본문
dev/ios
[iOS]3rd part framework config update(Unable to install...Domain: com.apple.dt.MobileDeviceErrorDomainCode: -402652994)
grapelab 2023. 9. 15. 10:54test setting
xcode 14.2, iOS 16.3
We need check 3dr part library dynamic or static.
Next step, check app project config(general -> framework) "Embed without signing" or "Do Not Embed"
3rd part static library use config "Do Not Embed"
and use dynimic framework library
You may see error messages
Unable to install "App Name"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402652994
...
This application’s application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402652994
'dev > ios' 카테고리의 다른 글
[iOS]Swift Value Memory Study (0) | 2023.09.18 |
---|---|
[iOS]DispatchQueue.global (0) | 2023.09.18 |
[iOS]3rd part framework config update(Unable to install...Domain: com.apple.dt.MobileDeviceErrorDomainCode: -402620375) (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 |