Swift Compiler Error: Use of unresolved identifier 'name'

后端 未结 5 1941
被撕碎了的回忆
被撕碎了的回忆 2020-12-11 14:34

I tried to include a class called \'name\' and I got an error:

Swift Compiler Error: Use of unresolved identifier \'name\'

The class exists

5条回答
  •  执念已碎
    2020-12-11 15:16

    Got problem solved by

    Target -> Build Phases -> Compile Sources -> Adding the class file

提交回复
热议问题