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

Setup not working correctly for SwiftUI based projects using new Xcode versions #217

Open
arthurpalves opened this issue Mar 17, 2023 · 2 comments
Assignees
Milestone

Comments

@arthurpalves
Copy link
Collaborator

No description provided.

@arthurpalves arthurpalves added bug Something isn't working iOS prio: high labels Mar 17, 2023
@arthurpalves arthurpalves added this to the Release 1.1.4 milestone Mar 17, 2023
@arthurpalves arthurpalves self-assigned this Apr 25, 2023
@GMinucci
Copy link
Contributor

I assume this issue is regarding new projects that are SwiftUI based not containing the info.plist once the project is just created.
I noticed that the plist won't exist until the default values are changed, once that is done, Xcode will generate the file in the folder.
I'll move this to the next release as we need to discuss on how to solve this issue. I see a few possible approaches:

  • Having a default plist in case not available in the project
  • Digging deeper in Xcode to see if the plist exists but hidden somewhere

@GMinucci
Copy link
Contributor

Adding a bit more information here, in case we want to create the info.plist in case it doesn't exist the effort is a bit more than just creating the file.
More information in this answer here with the steps needed: https://stackoverflow.com/questions/67896404/where-is-info-plist-in-xcode-13-missing-not-inside-project-navigator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants