You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 13 Feb 2015 at 11:48
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Feb 2015 at 11:48The text was updated successfully, but these errors were encountered: