Ios 无法将我的颤振应用程序安装到我的iPad

Ios 无法将我的颤振应用程序安装到我的iPad,ios,flutter,Ios,Flutter,我无法将我的颤振应用程序安装到我的iPad上,我想知道是什么原因导致了这种情况 我使用的是自动签名,有点失去了让它工作的实际需要 也就是说,我看不到我已经在任何地方添加了我的iPhone设备,在那里我也应该添加我的iPad 安装到我的iPhone上有效 安装到我的iPad失败 设法从xcode安装到iPad 我按照这个建议尝试在xcode中运行,然后我设法将这个应用程序安装到我的iPad上 但是当我尝试从flifter/intellij获得以下信息时 Launching lib/main.dar

我无法将我的颤振应用程序安装到我的iPad上,我想知道是什么原因导致了这种情况

我使用的是自动签名,有点失去了让它工作的实际需要

也就是说,我看不到我已经在任何地方添加了我的iPhone设备,在那里我也应该添加我的iPad

安装到我的iPhone上有效 安装到我的iPad失败 设法从xcode安装到iPad 我按照这个建议尝试在xcode中运行,然后我设法将这个应用程序安装到我的iPad上

但是当我尝试从flifter/intellij获得以下信息时

Launching lib/main.dart on Gunnars iPad in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: HZ4ZKW97SC
Running pod install...                                              9,0s
Running Xcode build...
Xcode build done.                                           142,2s
Installing and launching...                                     





Installing and launching...                                        16,3s
═══════════════════════════════════════════════════════════════════════════════════
Error launching app. Try launching from within Xcode via:
    open ios/Runner.xcworkspace

Your Xcode version may be too old for your iOS version.
═══════════════════════════════════════════════════════════════════════════════════
2020-07-04 12:20:06.647 ios-deploy[68752:5425107] [ !! ] Error 0xe8000022: The service is invalid. AMDeviceSecureStartService(device, CFSTR("com.apple.debugserver"), NULL, &con)
Could not run build/ios/iphoneos/Runner.app on 00008027-001D098C0A87002E.
Try launching Xcode and selecting "Product > Run" to fix the problem:
  open ios/Runner.xcworkspace

Error launching application on Gunnars iPad.

看到同样的问题。Xcode 14.2 iPad iOS 14.2在Xcode中正常运行,在VSCode/FLIFT运行时出现相同问题时失败。Xcode 14.2 iPad iOS 14.2从Xcode正常运行,从VSCode/FLATTER运行时失败
Launching lib/main.dart on Gunnars iPad in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: HZ4ZKW97SC
Running Xcode build...
Xcode build done.                                           29,6s
Installing and launching...





Installing and launching...                                        17,7s
════════════════════════════════════════════════════════════════════════════════
No Provisioning Profile was found for your project's Bundle Identifier or your
device. You can create a new Provisioning Profile for your project in Xcode for
your team by:
  1- Open the Flutter project's Xcode target with
       open ios/Runner.xcworkspace
  2- Select the 'Runner' project in the navigator then the 'Runner' target
     in the project settings
  3- Make sure a 'Development Team' is selected.
     - For Xcode 10, look under General > Signing > Team.
     - For Xcode 11 and newer, look under Signing & Capabilities > Team.
     You may need to:
         - Log in with your Apple ID in Xcode first
         - Ensure you have a valid unique Bundle ID
         - Register your device with your Apple Developer Account
         - Let Xcode automatically provision a profile for your app
  4- Build or run your project again

It's also possible that a previously installed app with the same Bundle
Identifier was signed with a different certificate.

For more information, please visit:
  https://flutter.dev/setup/#deploy-to-ios-devices

Or run on an iOS simulator without code signing
════════════════════════════════════════════════════════════════════════════════
2020-07-04 10:38:32.180 ios-deploy[93017:5221164] [ !! ] Error 0xe8008015: A valid provisioning profile for this executable was not found. AMDeviceSecureInstallApplication(0, device, url, options, install_callback, 0)
Could not run build/ios/iphoneos/Runner.app on 00008027-001D098C0A87002E.
Try launching Xcode and selecting "Product > Run" to fix the problem:
  open ios/Runner.xcworkspace

Error launching application on Gunnars iPad.
Launching lib/main.dart on Gunnars iPad in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: HZ4ZKW97SC
Running pod install...                                              9,0s
Running Xcode build...
Xcode build done.                                           142,2s
Installing and launching...                                     





Installing and launching...                                        16,3s
═══════════════════════════════════════════════════════════════════════════════════
Error launching app. Try launching from within Xcode via:
    open ios/Runner.xcworkspace

Your Xcode version may be too old for your iOS version.
═══════════════════════════════════════════════════════════════════════════════════
2020-07-04 12:20:06.647 ios-deploy[68752:5425107] [ !! ] Error 0xe8000022: The service is invalid. AMDeviceSecureStartService(device, CFSTR("com.apple.debugserver"), NULL, &con)
Could not run build/ios/iphoneos/Runner.app on 00008027-001D098C0A87002E.
Try launching Xcode and selecting "Product > Run" to fix the problem:
  open ios/Runner.xcworkspace

Error launching application on Gunnars iPad.