Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing header KSCrashReportWriter.h #92

Merged

Conversation

mattyohe
Copy link
Contributor

@mattyohe mattyohe commented Feb 8, 2016

Fixes #91

This resolves an issue introduced in 4368381. BugsnagConfiguration.h (a
public header) gained a new include of the KSCrashReportWriter.h
(private) header. This fix includes updates to the podpsec so that
KSCrashReportWriter.h is now public, and also reverts the project
setting "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES" which I
assume was set to allow the test target to compile.

  • Add public header in Bugsnag.podspec
  • Revert project setting allowing non modular includes
  • Add public header in Bugsnag target
make test
...
Executed 40 tests, with 0 failures (0 unexpected) in 0.533 (0.579) seconds

This resolves an issue introduced in 4368381. BugsnagConfiguration.h (a
public header) gained a new include of the KSCrashReportWriter.h
(private) header. This fix includes updates to the podpsec so that
KSCrashReportWriter.h is now public, and also reverts the project
setting "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES" which I
assume was set to allow the test target to compile.

- Add public header in Bugsnag.podspec
- Revert project setting allowing non modular includes
- Add public header in Bugsnag target
@kattrali
Copy link
Contributor

kattrali commented Feb 9, 2016

Thanks, @mattyohe. I must have zoned out there. :)

kattrali added a commit that referenced this pull request Feb 9, 2016
…ound

Fix missing header KSCrashReportWriter.h
@kattrali kattrali merged commit 2f18a4e into bugsnag:master Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'KSCrashReportWriter.h' file not found
2 participants