variants icon indicating copy to clipboard operation
variants copied to clipboard

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

Open arthurpalves opened this issue 2 years ago • 2 comments

arthurpalves avatar Mar 17 '23 10:03 arthurpalves

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 avatar Jun 23 '23 09:06 GMinucci

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

GMinucci avatar Mar 13 '24 09:03 GMinucci

The majority of the cases you need a info.plist file so this has a low priority to be fixed.

GMinucci avatar Jan 15 '25 13:01 GMinucci