QT Creator не может развернуться на iOS Simulator или Device - PullRequest
0 голосов
/ 16 июня 2020

IПосле многих попыток и статей с возможными исправлениями я понятия не имею, почему мой проект не развертывается на моем iOS симуляторе или устройстве. Сборка работает нормально, запускается симулятор, а затем:

08:45:33: The process "/usr/bin/make" exited normally.
08:45:40: Application install on simulator failed. 
Error while building/deploying project kleiner-brauhelfer-app (kit: iOS Simulator)
The kit iOS Simulator has configuration issues which might be the root cause for this problem.
When executing step "Deploy to iOS Simulator"
08:45:40: Elapsed time: 00:11.

Для устройства написано:

08:53:01: The process "/usr/bin/make" exited normally.
08:53:01: TransferAppSession(00008020001219CA1A38002E, 
          /Users/soelu/projects/github/build-kleiner-brauhelfer-app-iOS_Device-Debug/kleiner-brauhelfer-app/Debug-iphoneos/kleiner-brauhelfer-app.app)
          TransferAppSession(/Users/soelu/projects/github/build-kleiner-brauhelfer-app-iOS_Device-Debug/kleiner-brauhelfer-app/Debug-iphoneos/kleiner-brauhelfer-app.app,00008020001219CA1A38002E) failed, 
          AMDeviceTransferApplication returned The file could not be found. (0x-402653176)

Error while building/deploying project kleiner-brauhelfer-app (kit: iOS Device)
The kit iOS Device has configuration issues which might be the root cause for this problem.
When executing step "Deploy to soeluXS"
08:53:01: Elapsed time: 00:03.

Версии:

  • Qt Creator 4.12.2 На основе Qt 5.14.2 (Clang 10.0 (Apple), 64 бит) Создан 2 июня 2020 г. 01:16:16 Из ревизии 33c5ff216a
  • Xcode Version 11.6 beta (11N700h)
  • iOS 13.6 Бета 2

ОБНОВЛЕНИЕ:

Я обнаружил, что папка, к которой он пытается получить доступ, делает, насколько я могу судить exist: (Debug-iphonesimulator или для части устройства Debug-iphoneos)

Request received for installation of file:///Users/soelu/projects/github/build-kleiner-brauhelfer-app-iOS_Simulator-Debug/kleiner-brauhelfer-app/Debug-iphonesimulator/kleiner-brauhelfer-app.app with options: {
    PackageType = Developer;
    SimulatorRootPath = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
    SimulatorUserPath = "/Users/soelu/Library/Developer/CoreSimulator/Devices/0DF977E3-7E47-4637-927A-2F6E3C82F651/data";
}
...