How to resolve symbol name conflict in a Cocoa touch framework

前端 未结 4 1075
死守一世寂寞
死守一世寂寞 2021-01-01 20:10

I developed a Cocoa touch framework and am having problems with third party static framework classes which are embedded inside of it.

The problem is symbol collision

4条回答
  •  温柔的废话
    2021-01-01 20:39

    I had a similar issue before, but I was using Objective-C third party framework. The problem is solved by using the bridging header to specifically import the framework drag and drop to the consumer project, and leave your framework sort of capsulated. It's just my experience so it might not apply to your case but might as well share it here just in case it helps.

提交回复
热议问题