使用 Web 服务映射时 xcode RestKit null 值
亲爱的,我在示例中使用 RestKit 连接 Web 服务,这是可以的 时,它似乎得到一个空数组,
当我连接到其他网络服务时,当我使用
SimpleAccount* account = [objects objectAtIndex:0];
它
[NSMutableArray objectAtIndex:]: index 0 beyond bounds for empty array exception
因此有任何方法可以在调用它之前检查映射。
Dear i used RestKit to connect on webservice in example it is ok
when i connect to other webservice it seems it get an empty array
when i use
SimpleAccount* account = [objects objectAtIndex:0];
it get a
[NSMutableArray objectAtIndex:]: index 0 beyond bounds for empty array exception
so have any way to check on the mapping before call it .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论