No Such Module 'Parse'

后端 未结 7 1554
暖寄归人
暖寄归人 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条回答
  •  -上瘾入骨i
    2020-12-05 11:35

    I was having the same issue.

    In my case, using swift and CocoaPods, I didn't have to import Parse in my AppDelegate. I only needed to #import #import on my Bridging header.

提交回复
热议问题