@import causes parse issue: “could not build module”

前端 未结 8 974
闹比i
闹比i 2020-12-14 14:59

After updating with Xcode 6.3, I found something strange things with my projects.

Below codes causes parse issue that says \"Could not build module \'AgendaFramework

8条回答
  •  佛祖请我去吃肉
    2020-12-14 15:26

    Today I solved this problem by those steps,:

    1. Chose the schema "MyEmbededFramework"
    2. Press [Command + B] to build
    3. From the build phase panel, add "MyEmbededFramework.framework" to Link Binary With Libraries

    Try to build your project, the problem may disappear now.

提交回复
热议问题