You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem when I target my app to iPad, a.k.a. the iPhoneOS 3.2. It seems that iOS 3.2 SDK does not have an declaration of NSXMLParserDelegate protocol, which caused a compile error on:
In your app project, try weak-linking Foundation and UIKit if necessary, set Base SDK to 4.x (or Latest iOS if it’s there), but target 3.2 in iOS Deployment Target?
Hello lukhnos,
I encountered a problem when I target my app to iPad, a.k.a. the iPhoneOS 3.2. It seems that iOS 3.2 SDK does not have an declaration of NSXMLParserDelegate protocol, which caused a compile error on:
It can be compiled, however, if I just remove the <NSXMLParserDelegate>.
The text was updated successfully, but these errors were encountered: