Hello,
I have an unusual problem:
- I used Xcode to develop the Swift project that is part of “module two, the recipe list application”.
- At the same time I am also learning C++ for the development of cpp unit test cases and I found that I could do this in Xcode.
- When I switched back to continue finishing the code that is part of “module two, the recipe list application”, I now find that Xcode
is now trying to compile my Swift project using a C/C plus plus compiler.
How do I tell Xcode to use the swift compiler?