Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question]: How can I configure the files in the ios folder in Flutter without having access to a Macbook? #750

Closed
1 task done
Anderson-Andre-P opened this issue Sep 25, 2023 · 3 comments
Labels
Help Wanted Extra attention is needed

Comments

@Anderson-Andre-P
Copy link

Anderson-Andre-P commented Sep 25, 2023

How can we help?

The files that I should configure manually are already configured, but I was unable to configure the project.pbxproj file which is located inside the Runner.xcodeproj folder.

Is there any way to create this file without having a MacBook?

I believe that without this file being configured I will not be able to build for iOS through Codemagic...

Below I will leave the error that appears in Codemagic when trying to build because it could be that the problem is elsewhere and I am not able to configure it correctly.

Any help, tip, advice is welcome!

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Anderson-Andre-P
Copy link
Author

When I look for the error in vscode with my project and the example project here at onesignal, I can see that there is 1 very different file, it could be that it is causing this error.

How could I be solving this without having a macbook? I believe that this code from the project.pbxproj file was not generated manually, so I can't simply copy it...

image

@emawby
Copy link
Contributor

emawby commented Sep 26, 2023

@Anderson-Andre-P That file is intended to be opened in Xcode. You will need to use a program that allows you to work with xcode projects on windows. I am not aware of any GUI editors that allow you to work with it, but you code try some code libraries that allow you to edit projects programmatically if you don't have any access to a mac.

@Anderson-Andre-P
Copy link
Author

@emawby I understand, I already suspected this, I'm looking to find a solution to solve this problem without a Mac

@Anderson-Andre-P Anderson-Andre-P closed this as not planned Won't fix, can't repro, duplicate, stale Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants