Getting error “No such module” using Xcode, but the framework is there

前端 未结 30 1805
小蘑菇
小蘑菇 2020-11-22 05:02

I\'m currently coding in Swift, and I\'ve got an error:

No such module Social

But I don\'t understand, because the module is in

30条回答
  •  既然无缘
    2020-11-22 05:25

    I am not quite sure why Martin R's answer in the comments for the question is so disregarded:

    Make sure that you tried simply skipping import of the framework as it is already added with the bridging header.

    Hope this helps

提交回复
热议问题