Xcode Not Immediately Recognizing New Classes (iOS)

前端 未结 5 1105
陌清茗
陌清茗 2021-02-12 19:23

I\'ve been working with Xcode for about 5 months now and I just recently ran across a problem when I add a new class. If I add a new class, say for example \"CustomCell\" and I

5条回答
  •  迷失自我
    2021-02-12 19:55

    For those dealing with the same issue and the above solution failed to solve it, make sure you don't have the

    circular import

    issue like i had. It happened with me as i had complex code and i failed to realize my mistake.

提交回复
热议问题