0

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.

5
  • You can't develop for iOS without XCode Commented May 11, 2020 at 16:19
  • First you need to have ios folder to set up things for iOS, which you won't have when creating a project in windows. Commented May 11, 2020 at 16:19
  • @CopsOnRoad Screen shot - link I think there is an iOS folder in my flutter application. Commented May 11, 2020 at 16:29
  • Do you have files like info.plist, podfile? Commented May 11, 2020 at 16:37
  • Yes there is info.plist file Commented May 11, 2020 at 16:50

2 Answers 2

3

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.

Sign up to request clarification or add additional context in comments.

1 Comment

For sure we need XCode for configuration. But can you please give me some time till I explore some solutions.
0

There is a service in macincloud.com where you can buy month hours in a MAC. I've used before and the service is great.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.