Does anyone have the same problem?how to fix it? thanks.
Asked
Active
Viewed 1,250 times
8
-
Hi, did you found any solution for this, I am also facing the problem – Surbhi Garg May 24 '23 at 12:10
2 Answers
2
We found this error because we used a colon : in the project's name. Can recreate the error by creating a new Xcode project and naming it anything with a colon : included. Then try to run it on simulator.

Wade Sellers
- 323
- 4
- 12
-
I had a file which has colon in its name and your answer helped me to build my project. Thank you. – Marcos Rocha Mar 06 '23 at 19:46
1
The old project previously had SWIFT_SWIFT3_OBJC_INFERENCE set in buildSettings. Delete this configuration and the project will run normally

ht_
- 101
- 4