Swift Compiler Error: Use of unresolved identifier 'name'

后端 未结 5 1953
被撕碎了的回忆
被撕碎了的回忆 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:23

    Add one more to the list.

    1. If it is part of another framework, make certain that the "Build Active Architecture Only" settings are the same.

提交回复
热议问题