如何在Windows上从Flutter测试iOS应用程序。

huangapple go评论61阅读模式
英文:

How to test ios app from flutter in Windows

问题

I am a beginner in flutter development. I have heard that ios app can make and test only in Mac. I don't know it's wrong or not.

But now I am started learning Flutter in Windows. I don't have enough money to buy a Mac. So is there any problem with learning flutter in Windows.

英文:

I am a beginner in flutter development. I have heard that ios app can make and test only in Mac. I don't know it's wrong or not.

But now I am started learning Flutter in Windows. I don't have enough money to buy a Mac. So is there any problem with learning flutter in Windows.

答案1

得分: 1

你需要一台Mac来构建和测试iOS应用程序。

但是有一些变通方法。你可以使用类似Appollo的工具。Appollo是一个命令行实用程序,允许你:

  • 配置Xcode
  • 在iOS模拟器上进行测试
  • 构建一个IPA文件,以安装到实际设备上
  • 或者构建并发布你的应用程序到App Store

这里是它们的 GitHub文档 链接。

英文:

You need a Mac to build and test for iOS.

There are workarounds though. You could use a tool like Appollo. Appollo is a CLI utility that let's you:

  • configure Xcode
  • Test on an iOS simulator
  • Build an IPA, to install on a physical device
  • or build and publish your app in the App Store

Here is a link to their github and documentation

答案2

得分: 0

你可以在Windows上学习Flutter并发布Android应用或Web应用。
但是,要开发iOS应用,需要使用Mac。
代码库保持不变,因此无需重新工作。
你可以使用https://codemagic.io/进行iOS构建。

英文:

you can learn flutter on windows and publish android apps or for the web.
however, for developing ios apps, mac is required.
the codebase remains the same, so there is no rework.
you can use https://codemagic.io/ for ios builds.

huangapple
  • 本文由 发表于 2020年1月6日 16:13:09
  • 转载请务必保留本文链接:https://go.coder-hub.com/59608685.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定