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
-
Describe the bug
When creating new swift file anywhere inside under the
isowords
local package, there's no file name prompt, and a newFile.swift
is instantly created instead. As opposed to creating new file outside the local pacakage, like inside theAppClip
folder orConfig
folder. 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.xcodeproj
BottomMenu
folder insideisowords
->Sources
.New File
Swift File
Next
Expected behavior
I expect a file name prompt:
Screenshots/video
Environment
Beta Was this translation helpful? Give feedback.
All reactions