KeshaviPhone / plcrashreporter

Automatically exported from code.google.com/p/plcrashreporter
Other
0 stars 0 forks source link

iPhone framework build fails when used in separate project #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout revision 379
2. Build target CrashReporter - iOS Release
3. Use CrashReporter.framework in another project, #import 
<CrashReporter/CrashReporter.h>, use it and build

What is the expected output? What do you see instead?
It should build without warnings or errors, however build fails because two 
header files are missing from framework (PLCrashReportMachineInfo.h and 
PLCrashReportProcessorInfo.h)

What version of the product are you using? On what operating system?
Using Xcode 3.2.5 with iOS SDK 4.2

Please provide any additional information below.
I resolved this issue by adding PLCrashReportMachineInfo.h and 
PLCrashReportProcessorInfo.h to copy headers build phase and listing them as 
public.

Original issue reported on code.google.com by dragan.jovev@gmail.com on 27 Apr 2011 at 8:10

GoogleCodeExporter commented 9 years ago
This should be resolved as of r380.

Original comment by landon.j.fuller@gmail.com on 27 Apr 2011 at 12:11