英文:
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
英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论