简体   繁体   English

如何从 Flutter 生成 iOS 版本,以便我的客户可以在他们的 iPhone 设备上测试应用程序?

[英]How to generate iOS build from Flutter so my client can test the app in their iPhone device?

I want to generate an iOS build from Flutter to test in a multiple physical iPhone devices.我想从 Flutter 生成一个 iOS 版本,以便在多个物理 iPhone 设备中进行测试。 I'm using macOS.我正在使用 macOS。 with latest xcode installed, flutter-sdk, dart sdk and Development editor tool using Android Studio.安装了最新的 xcode、flutter-sdk、dart sdk 和使用 Android Studio 的开发编辑器工具。 any one has experience with this process.任何人都有这个过程的经验。 your precious help is strongly needed.非常需要您的宝贵帮助。

You need to follow these directions there very clear.您需要非常清楚地遵循这些指示。 https://flutter.dev/docs/get-started/install/macos https://flutter.dev/docs/get-started/install/macos

Make sure you've set everything up to build/compile in a mixed environment.确保您已将所有内容设置为在混合环境中构建/编译。

Next do: In Xcode, open Runner.xcworkspace in your app's ios folder.下一步:在 Xcode 中,打开应用程序 ios 文件夹中的 Runner.xcworkspace。 To view your app's settings, select the Runner project in the Xcode project navigator.要查看应用程序的设置,请在 Xcode 项目导航器中选择 Runner 项目。 Then, in the main view sidebar, select the Runner target.然后,在主视图侧栏中,选择 Runner 目标。 Select the General tab.选择常规选项卡。

Details found here: https://flutter.dev/docs/deployment/ios详情请见: https : //flutter.dev/docs/deployment/ios

暂无
暂无

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

相关问题 我可以在我的物理 iPhone 设备上通过 VSCode (Windows) 测试我的 Flutter 应用程序吗? - Can I test my Flutter App from VSCode (Windows) on my physical iPhone device? 如何获取iOS的p12密钥,以便可以在Iphone上安装我的应用进行测试? - How do I get the p12 key for iOS so i can install my app on my Iphone to test it? 如何在未越狱的iOS设备上测试已签名的应用程序 - How can I test my signed app on an unjailbroken iOS device 我需要在我的个人设备上测试我的 React Native 应用程序(作为裸工作流从 Expo 中弹出)。 如何在我的 iPhone 上构建和部署它? - I need to test my React Native app (Ejected from Expo as Bare Workflow) on my personal device. How do I build it and deploy on my iPhone? 如何使用 Android Studio 为 flutter 应用程序生成 iOS 构建? - How to generate an iOS build for a flutter app using Android Studio? 如何从 Windows 中的 flutter 测试 ios 应用程序 - How to test ios app from flutter in Windows iOS:我的iPhone应用程序可以访问iPhone设备/设备的信任存储区的受信任CA证书吗? - iOS: Can my iPhone app access trusted CA certificates of the iPhone device / device's trust store? 如何构建 ICU 以便我可以在 iPhone 应用程序中使用它? - How to build ICU so I can use it in an iPhone app? 无法在特定的 ios 设备中安装我的 Adhoc ios 构建(iPhone XS - iOS 14.2) - Can't install my Adhoc ios build in a specific ios Device (iPhone XS - iOS 14.2) 我可以在没有苹果开发者帐户的真实苹果设备上测试我的 Flutter 应用程序,如果可以,我该怎么做? - Can I test my Flutter application in a real apple device without apple developer account, and if so how do I do it?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM