Skip to content

Commit

Permalink
Updated non stack trace warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
weeeBox committed Jun 15, 2016
1 parent d629d20 commit 0c6e9c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#import "Lunar.h"

#define NO_STACK_TRACE_WARNING @"No stack trace found.\n\nMake sure \"Development Build\" checkbox is checked under \"Build Settings\" (File ▶ Build Settings...)"
#define NO_STACK_TRACE_WARNING @"No stack trace found.\n\nMake sure \"Development Build\" is checked and \"Run in Xcode as\" is set to \"Debug\" under \"Build Settings\" (File ▶ Build Settings...)"

@interface LUConsoleDetailsController ()
{
Expand Down

0 comments on commit 0c6e9c0

Please sign in to comment.