简体   繁体   English

如何在我的 iPhone 上安装 Flutter 版本 iOS 应用程序?

[英]How do I get a Flutter release iOS app onto my iPhone?

I want to test a release build of my Flutter 1.9 iOS app on my iPhone without going through the App Store.我想在我的 iPhone 上测试我的 Flutter 1.9 iOS 应用程序的发布版本,而无需通过 App Store。 The development build from IntelliJ runs just fine on my iPhone, but I want to see the real performance characteristics. IntelliJ 的开发构建在我的 iPhone 上运行得很好,但我想看看真正的性能特征。

The Flutter documentation describes how to build a release version of the app. Flutter 文档描述了如何构建应用程序的发布版本。 This creates build/ios/iphoneos/Runner.app in my project.这会在我的项目中创建build/ios/iphoneos/Runner.app But how can I get Runner.app from my Mac onto my iPhone?但是我怎样才能将Runner.app从我的 Mac 下载到我的 iPhone 上呢?

With flutter run --release -d [device name] , you can run the Flutter app in release mode either in a simulator or on a real device.使用flutter run --release -d [device name] ,您可以在模拟器或真实设备上以发布模式运行 Flutter 应用程序。 Thank you, Chenna Reddy !谢谢你,陈娜·雷迪

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在iOS App Store上获取Phaser游戏? - How do I get a Phaser game onto the iOS App Store? 如何构建iOS应用程序的发行版,并让Apple的Application Loader找到它? - How do I build the release version of my iOS app and get Apple's Application Loader to find it? 如何使用Beta iOS在iPhone上运行我的应用程序? - How do I run my app on my iPhone with the Beta iOS? 如何仅在中国启动iOS iPhone应用程序? - How do I launch my iOS iPhone app only in China? 如何获取iOS的p12密钥,以便可以在Iphone上安装我的应用进行测试? - How do I get the p12 key for iOS so i can install my app on my Iphone to test it? 如何让我的iPhone应用程序以横向模式启动? - How do I get my iPhone app to start in Landscape mode? 我可以阻止将iOS8应用程序安装到iPhone 4s上吗? - Can I prevent installation of my iOS8 app onto an iPhone 4s? 如何将CUPS放入iOS设备? - How do I get CUPS onto an iOS device? 如何获取我的 iOS 应用程序的根目录? - How do I get the root directory of my iOS app? 当我尝试在iOS(iPhone)应用程序中使用CIFilter时,如何解决链接器错误? - How do I resolve the linker error when I try to use CIFilter in my iOS (iPhone) app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM