No Such Module 'Parse'

后端 未结 7 1556
暖寄归人
暖寄归人 2020-12-05 11:27

I am copying the parse frameworks to my Xcode project and checking the checkbox that says Copy files if needed.

Projects runs without a problem. But wh

7条回答
  •  独厮守ぢ
    2020-12-05 11:46

    I had a similar issue but only one view controller was telling me there was no PARSE. I fixed it by copying everything below the import Parse statement, then adding a new view controller with the same name. Then I just pasted my code back in.

提交回复
热议问题