[Regexkit-discussion] NSScannedOption undeclared first use: an iPhone issue
Status: Beta
Brought to you by:
jengelhart
From: Mark P. <msp...@gm...> - 2008-08-15 22:52:57
|
Good day. I'm attempting to use the RegexKitLite code in an iPhone app. When I attempt to build the application for deployment to a real phone, Xcode produces an error to the effect: error: 'NSScannedOption' undeclared (first use in this function) RegexKitLite.m line 579 I'm fairly new to Mac and iPhone programming, and I suspect this class is not available in the iPhone SDK. Is there a workaround for this? I would note that building the app to run in the simulator works fine. Only when I build for the real device do I run into this unresolved reference. Thanks. |