iOS
[iOS]3rd part framework config update(Unable to install...Domain: com.apple.dt.MobileDeviceErrorDomainCode: -402652994)
pearlab
2023. 3. 6. 10:45
test 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