1

I am actually trying to integrate PLCrashReport using either a Framework (the one given on the official website) or Carthage.

Carthage won't compile the framework, and the manual drag & drop with the one downloaded from the website would produce the following error when installing the app on the device (Run build)

App installation failed
Could not inspect the application package.

I use a build target of iOS8, I linked the framework as an embedded binary to ship it with the app ; and this error is very annoying.

Xcode is in 7.3

Right now, I tried manual build for the framework, clean of the project. None would work.

By curiosity, I tried Cocoapod integration for this library, it worked, but Cocoapod is NOT an option on my project so I can't go with it.

Does anyone have had the same issue, any ideas for correcting it ?

4

1 回答 1

2

终于找到了让它工作的方法:

PLCrashReporter 不应该在embedded frameworks,只是在linked frameworks. 现在像魅力一样工作,调试和发布版本!

于 2016-05-30T07:59:14.040 回答