Sudden Lexical or Preprocessor Issue
Sudden Lexical or Preprocessor Issue
- Subject: Sudden Lexical or Preprocessor Issue
- From: Todd Heberlein <email@hidden>
- Date: Fri, 24 May 2013 10:39:38 -0700
When compiling C++ libraries for OS X, Xcode is suddenly reporting error messages:
Lexical or Preprocessor Issue
Unterminated conditional directive
It occurs in file AvailabilityInternal.h at line 604
#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_2_1
…
I'm picking up the file by including C++ sstream header file
#include <sstream>
(which cascades down to eventually including AvailabilityInternal.h)
Was there an update to Xcode (I have version 4.6.2 (4H1003)) that is causing this?
Todd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden