Test bundle could not be loaded because an unanticipated error

后端 未结 10 1622
盖世英雄少女心
盖世英雄少女心 2020-12-31 00:57

Recently I have started writing test case for one old static library. I have loaded the library to Xcode 5,Since Static Library is old , I have to manually add TestProject w

10条回答
  •  醉话见心
    2020-12-31 01:32

    If other readers are getting this error, and you're using Carthage to add a framework, ensure the Copy Files phase is with Destination: Frameworks.

    If you accidentally add the frameworks to a Copy Files phase with a different target (other than Frameworks), or Copy Bundle Resources, this will also produce the damaged / invalid bundle error message.

提交回复
热议问题