Replies: 1 comment 3 replies
-
|
This is just how Xcode behaves. Files added to an SPM package skip the file name dialog, and files added to an app target do not. You should consider filing a Feedback with Apple. I'm going to convert this to a discussion since it is not an issue with the project. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When creating new swift file anywhere inside under the
isowordslocal package, there's no file name prompt, and a newFile.swiftis instantly created instead. As opposed to creating new file outside the local pacakage, like inside theAppClipfolder orConfigfolder. I've also noticed that I can't use any of my custom Xcode templates.I've encountered this on my own projects as well and was wondering if you have a workaround for that, other than creating the file outside the local package and then dragging it inside.
To reproduce
open App/isowords.xcodeprojBottomMenufolder insideisowords->Sources.New FileSwift FileNextExpected behavior

I expect a file name prompt:
Screenshots/video

Environment
Beta Was this translation helpful? Give feedback.
All reactions