'How can I rename files in a swift package in Xcode?
Solution 1:[1]
one way is to open the file in Finder and rename it there. This would be problematic in a regular project, but because swift packages are just folders without a .pbxproj file, it works just fine.
3.
4.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | ScottyBlades |





