Installation error on device with plugin "plugin.appodeal.FacebookAudience".

When I add the plugin “plugin.appodeal.FacebookAudience” to the project, then the project builds, but I can’t install it on the device.

Has anyone had this problem? Is there a way to fix this?

Or maybe someone can build a project with the plugin “plugin.appodeal.FacebookAudience” without any problems? Then please write the versions: macOS, Xcode, Solar2d.

Error in Xcode:

Unable to install "test2"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
User Info: {
    DVTErrorCreationDateKey = "2024-08-16 17:12:31 +0000";
}
--
Unable to install "test2"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
--
The code signature version is no longer supported.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
User Info: {
    DVTRadarComponentKey = 487925;
    MobileDeviceErrorCode = "(0xE8008029)";
    "com.apple.dtdevicekit.stacktrace" = (
	0   DTDeviceKitBase                     0x0000000119b5ba8c DTDKCreateNSErrorFromAMDErrorCode + 229
	1   DTDeviceKitBase                     0x0000000119b8f1e2 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 158
	2   DVTFoundation                       0x000000010d4b7bdc DVTInvokeWithStrongOwnership + 70
	3   DTDeviceKitBase                     0x0000000119b8ef17 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1412
	4   IDEiOSSupportCore                   0x0000000119a6698c __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.307 + 3568
	5   DVTFoundation                       0x000000010d5f48e2 __DVT_CALLING_CLIENT_BLOCK__ + 7
	6   DVTFoundation                       0x000000010d5f53ce __DVTDispatchAsync_block_invoke + 196
	7   libdispatch.dylib                   0x00007ff815326ac6 _dispatch_call_block_and_release + 12
	8   libdispatch.dylib                   0x00007ff815327dbc _dispatch_client_callout + 8
	9   libdispatch.dylib                   0x00007ff81532deff _dispatch_lane_serial_drain + 800
	10  libdispatch.dylib                   0x00007ff81532e997 _dispatch_lane_invoke + 377
	11  libdispatch.dylib                   0x00007ff815338414 _dispatch_root_queue_drain_deferred_wlh + 271
	12  libdispatch.dylib                   0x00007ff815337d2a _dispatch_workloop_worker_thread + 451
	13  libsystem_pthread.dylib             0x00007ff8154c5b84 _pthread_wqthread + 327
	14  libsystem_pthread.dylib             0x00007ff8154c4acf start_wqthread + 15
);
}

Log from device:

Failed to install application at <private> : Error Domain=MIInstallerErrorDomain Code=13 UserInfo={LibMISErrorNumber=-402620375, LegacyErrorString=<private>, SourceFileLine=75, FunctionName=<private>, NSLocalizedDescription=<private>}

macOS 14.6.1
Xcode 15.4
Solar2d 2024.3708