当我试图在3.0或更高版本上编译2.1.2SDK代码时,它给出了一个编译错误,说"CFXMLTreeRef未声明的标识符“。下面是显示错误的代码片段:#import <CoreServices/CoreServices.h> //cause of the preoblem#else
#import <CFNetwork/
我用来获取ios应用程序版本的代码不起作用。我不知道我做错了什么。代码如下: function GetIOSVesion : string; var AppBundle: NSBundle; Result := UTF8ToString(BuildStr.UTF8String);
end;{$ENDIF} 我得到<