I am new to Flutter. I have developed a project using flutter for both ios and android using android studio on my macOS. I don’t have a real time ios device with me but I want to share this app with my colleagues. How can I generate a .ipa for my project similar to a .apk?
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
3
Answers
Just run
flutter build ipa
It builds an iOS archive bundle (Mac OS X host only).
You can get more info running
flutter build ipa -h
Sorry you can’t create .ipa file with out a Mac ,there are some online Mac server u can use it by paying for 1 hr like that ,but believe me that would not work
I suggest you to buy a used phone on Amazon / Ebay / BackMarket etc.
I did it, some apps required physical device for test because some features are not avalable on emulator and differ from Android.