9

应用程序在 iOS 14 设备上运行良好,但在 iOS 15 上我无法安装它从 XCode 13 beta 2 抛出以下错误。

清理了导出数据并尝试了它没有工作,选择自动/手动登录都没有工作

系统信息

macOS 版本 12.0 (Build 21A5268h) Xcode 13.0 (19161.15) (Build 13A5155e)

Details

Unable to install "TestApp"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620395
User Info: {
    IDERunOperationFailingWorker = IDEInstalliPhoneLauncher;
}
--
A valid provisioning profile for this executable was not found.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620395
User Info: {
    DVTRadarComponentKey = 487925;
    MobileDeviceErrorCode = "(0xE8008015)";
    "com.apple.dtdevicekit.stacktrace" = (
    0   DTDeviceKitBase                     0x00000001115b0546 DTDKCreateNSErrorFromAMDErrorCode + 220
    1   DTDeviceKitBase                     0x00000001115ee85b __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
    2   DVTFoundation                       0x00000001062abdc0 DVTInvokeWithStrongOwnership + 71
    3   DTDeviceKitBase                     0x00000001115ee5a5 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1420
    4   IDEiOSSupportCore                   0x0000000110363dae __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.292 + 3508
    5   DVTFoundation                       0x00000001063df5e8 __DVT_CALLING_CLIENT_BLOCK__ + 7
    6   DVTFoundation                       0x00000001063e0d54 __DVTDispatchAsync_block_invoke + 931
    7   libdispatch.dylib                   0x00007ff8095ec39e _dispatch_call_block_and_release + 12
    8   libdispatch.dylib                   0x00007ff8095ed596 _dispatch_client_callout + 8
    9   libdispatch.dylib                   0x00007ff8095f3511 _dispatch_lane_serial_drain + 639
    10  libdispatch.dylib                   0x00007ff8095f3fbf _dispatch_lane_invoke + 366
    11  libdispatch.dylib                   0x00007ff8095fdd8a _dispatch_workloop_worker_thread + 758
    12  libsystem_pthread.dylib             0x00007ff809798132 _pthread_wqthread + 326
    13  libsystem_pthread.dylib             0x00007ff8097970bf start_wqthread + 15
);
}
--

Analytics Event: com.apple.dt.IDERunOperationWorkerFinished : {
    "device_model" = "iPhone11,8";
    "device_osBuild" = "15.0 (19A5297e)";
    "device_platform" = "com.apple.platform.iphoneos";
    "launchSession_schemeCommand" = Run;
    "launchSession_state" = 1;
    "launchSession_targetArch" = arm64;
    "operation_duration_ms" = 45578;
    "operation_errorCode" = "-402620395";
    "operation_errorDomain" = "com.apple.dt.MobileDeviceErrorDomain";
    "operation_errorWorker" = IDEInstalliPhoneLauncher;
    "operation_name" = IDEiPhoneRunOperationWorkerGroup;
    "param_consoleMode" = 0;
    "param_debugger_attachToExtensions" = 0;
    "param_debugger_attachToXPC" = 1;
    "param_debugger_type" = 5;
    "param_destination_isProxy" = 0;
    "param_destination_platform" = "com.apple.platform.iphoneos";
    "param_diag_MainThreadChecker_stopOnIssue" = 0;
    "param_diag_MallocStackLogging_enableDuringAttach" = 0;
    "param_diag_MallocStackLogging_enableForXPC" = 1;
    "param_diag_allowLocationSimulation" = 1;
    "param_diag_gpu_frameCapture_enable" = 0;
    "param_diag_gpu_shaderValidation_enable" = 0;
    "param_diag_gpu_validation_enable" = 0;
    "param_diag_memoryGraphOnResourceException" = 0;
    "param_diag_queueDebugging_enable" = 1;
    "param_diag_runtimeProfile_generate" = 0;
    "param_diag_sanitizer_asan_enable" = 0;
    "param_diag_sanitizer_tsan_enable" = 0;
    "param_diag_sanitizer_tsan_stopOnIssue" = 0;
    "param_diag_sanitizer_ubsan_stopOnIssue" = 0;
    "param_diag_showNonLocalizedStrings" = 0;
    "param_diag_viewDebugging_enabled" = 1;
    "param_diag_viewDebugging_insertDylibOnLaunch" = 1;
    "param_install_style" = 0;
    "param_launcher_UID" = 2;
    "param_launcher_allowDeviceSensorReplayData" = 0;
    "param_launcher_kind" = 0;
    "param_launcher_style" = 0;
    "param_launcher_substyle" = 0;
    "param_runnable_appExtensionHostRunMode" = 0;
    "param_runnable_productType" = "com.apple.product-type.application";
    "param_runnable_swiftVersion" = "5.5";
    "param_runnable_type" = 2;
    "param_testing_launchedForTesting" = 0;
    "param_testing_suppressSimulatorApp" = 0;
    "param_testing_usingCLI" = 0;
    "sdk_canonicalName" = "iphoneos15.0";
    "sdk_osVersion" = "15.0";
    "sdk_variant" = iphoneos;
}
--


System Information

macOS Version 12.0 (Build 21A5268h)
Xcode 13.0 (19161.15) (Build 13A5155e)
Timestamp: 2021-07-17T21:15:14+05:30
4

2 回答 2

0

检查设备中的空间。

于 2022-02-18T00:46:59.083 回答
0

刚刚在此线程上找到了此处提到的解决方法 https://developer.apple.com/forums/thread/679182

脚步 -

转到目标 -> 选择[您的项目名称] -> 常规 -> 框架、库和嵌入式内容 -> 使用 [不嵌入] 设置框架

但随后它给了我 dyld[7683]: Library not loaded error at runtime after install app on device :(

所以我尝试为 pods 框架设置 [Do Not Embed] 并为我自己的框架设置 [Embed and sign] 它解决了库未加载错误并且还能够安装应用程序。

于 2021-12-07T17:19:57.520 回答