The code signature version is no longer supported.

When i trying to install the app into my iPhone, Xcode display this issue,

Unable to install "Reactive-Smart-Reference"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
User Info: {
  IDERunOperationFailingWorker = IDEInstalliPhoneLauncher;
}
--
The code signature version is no longer supported.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
--


System Information

macOS Version 12.0.1 (Build 21A559)
Xcode 13.1 (19466) (Build 13A1030d)
Timestamp: 2021-11-18T13:44:03+08:00

And this is my project structure, IoTivity includes C++ & static lib, ControllerSDK using IoTivity as development environment, MyApp using ControllerSDK

- project
-- MyAppCode
-- Pods
--- ControllerSDK
-- IoTivity

U need update old xcode,u use iPhone 15ios .or can set xcode Build Setting -> Other Code Signing Flags new "any sdk" --> --generate-entitlement-der

The code signature version is no longer supported.
 
 
Q