基于视图的应用程序中的 xmlrpc

发布于 2024-10-30 00:19:25 字数 591 浏览 3 评论 0原文

您好,

我正在开发一个基于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

世态炎凉 2024-11-06 00:19:25

添加以下框架
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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文