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

Wrong nib specified in crash_report_sender-Info.plist #637

Open
GoogleCodeExporter opened this issue Jun 20, 2015 · 0 comments
Open

Wrong nib specified in crash_report_sender-Info.plist #637

GoogleCodeExporter opened this issue Jun 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

This is a harmless problem, but confusing.

In the file src/client/mac/sender/crash_report_sender-Info.plist the 
NSMainNibFile is specified as "MainMenu" when it should be "Breakpad", 
referring to Breakpad.nib. I believe the crash reporter works despite this 
error because NSApplicationMain() has a fallback to find the first nib in the 
app when the specified nib doesn't exist.

The fix is to simply substitute this line:
    <string>MainMenu</string>
with this one:
    <string>Breakpad</string>

Original issue reported on code.google.com by cjdo...@gmail.com on 13 Feb 2015 at 11:48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant