Well, I just migrated from java for application development to Flutter. I was trying to configure firebase with my project and I did the android part fine. But while configuring .plist file for ios, as I went through several tutorials I found out everyone is using X - Code in order to configure iOS part. I am using a windows laptop and there is no way to install X - Code in it. So how do I configure dependencies for ios? Please guide me.
2 Answers
Even if you have ios folder in your directory you're not going to set it up without XCode, not even talking about building it. You need XCode for that because of how restrictive Apple is with iOS development.
You can create a virtual environment with macOS, that's your best bet without buying a mac.
1 Comment
50_Seconds _Of_Coding
For sure we need XCode for configuration. But can you please give me some time till I explore some solutions.
iosfolder to set up things for iOS, which you won't have when creating a project in windows.info.plist,podfile?