'How do I rename a class including test target in Xcode?
I frequently use Xcode refactor/rename tool to rename classes, variables, protocols, etc. in my code. It fails to rename the references to these classes in my tests target. How can I get the refactor/rename tool to rename these classes in both my regular target and my test target?
Solution 1:[1]
In Xcode 13, renaming a function used in an application and test targets is only possible by renaming it from the test target.
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 |
