iOS
[iOS]3rd part framework config update(Unable to install...Domain: com.apple.dt.MobileDeviceErrorDomainCode: -402620375)
pearlab
2023. 3. 2. 19:15
old 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