diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 003debce41..ea48ba716c 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -399,7 +399,11 @@ bool wxAppBase::SendIdleEvents(wxWindow* win, wxIdleEvent& event) wxLog *wxGUIAppTraitsBase::CreateLogTarget() { #if wxUSE_LOGGUI +#ifndef __WXOSX_IPHONE__ return new wxLogGui; +#else + return new wxLogStderr; +#endif #else // we must have something! return new wxLogStderr;