基于视图的应用程序中的 xmlrpc
您好,
我正在开发一个基于 xmlrpc 视图的 iphone 应用程序。我面临框架问题。 我想知道这个过程中使用了哪些框架以及需要的标头。我尝试添加 导入但在构建时出现错误,显示
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/WebServicesCore.framework/Headers/WSMethodInspiration.h: 759:0 /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/WebServicesCore.framework/Headers/WSMethodInitation.h:759:错误:预期声明'CFXMLTreeRef' 之前的说明符或 '...'
我感谢给我的任何帮助。
谢谢
Greetings,
I am working on a xmlrpc viewbased iphone application . i am facing with the framework issue .
I would like to know which are the frameworks used in this process and also the headers that would be needed . i have tried adding the
import but on build i get errors which say
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/WebServicesCore.framework/Headers/WSMethodInvocation.h:759:0 /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/WebServicesCore.framework/Headers/WSMethodInvocation.h:759: error: expected declaration specifiers or '...' before 'CFXMLTreeRef'
i appreciate any help given to me .
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加以下框架
WebServicesCore.framework
核心服务.framework
导入以下标头..
WS方法调用.h
WSProtocolHandler.h
WSTypes.h
那么你就可以开始了
Add the the following frameworks
WebServicesCore.framework
CoreServices.framework
Import the folllowing headers..
WSMethodInvocation.h
WSProtocolHandler.h
WSTypes.h
Then you are good to go