Failed to render instance of IB Designables

前端 未结 15 718
情深已故
情深已故 2020-12-07 12:09

I have an Objective-C and Swift mixed dynamic framework. And the mixed framework was linked with two pure Objective-C dynamic frameworks.

When I tried to mark any cl

15条回答
  •  南笙
    南笙 (楼主)
    2020-12-07 12:38

    I had same problem In Xcode 6.4, adding Test target membership to the storyboard fixed these errors for me.

    Also my test target has @loader_path/Frameworks set in Runpath Search Paths for test target, and not in original target.

    enter image description here

提交回复
热议问题