Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem compiling app for iOS when changing from 12.0.0 to 12.0.1

5 views
Skip to first unread message

Marcelo Perez

unread,
Aug 2, 2011, 7:22:08 AM8/2/11
to
The UltraLite headers that are included in an iOS application have
changed from 12.0.0 to 12.0.1.
My application uses APIs and types that are defined under this
condition: #ifdef UL_WCHAR_API .
However, upgrading the version, and without changing anything else,
UL_WCHAR_API is no longer defined, and the API and type definitions
are no longer accessible. Trying to force the definition creates other
problems such as ambiguous definitions, etc.
Has anyone else had this problem?
Is there anything we can do to safely enable this define?

Running on MacOSX Snow Leopard 10.6.7, XCode 4.0, iOS SDK 4.3

Thank you in advance.

0 new messages