Xamarin(ios):空故事板错误消息

时间:2015-11-01 19:10:44

标签: ios xamarin storyboard

当我想构建我的iphone应用程序时,我收到一条空错误消息: Base.lproj / AppStoryboard.storyboard:错误: 故事板打开,但不告诉我错误在哪里。

我该怎么做才能找出问题所在?

2 个答案:

答案 0 :(得分:0)

我自己发现了。我不得不将配置目标设置为7.1版本的9.1。 :/

答案 1 :(得分:0)

如果有其他人遇到这种错误,可以通过简单的方法查看究竟是什么错误。

  1. 转到构建输出
  2. 查找Task "IBTool" execution -- FAILED
  3. 上方有一两行,如Tool /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool execution started with arguments: --errors --warnings --notices等字符串。复制:后的所有内容,包括xib或storyboard的路径
  4. 打开终端应用,编写ibtool,粘贴您复制的所有参数并运行命令。
  5. 几秒钟之后,您将获得plist xml,其中包含错误和警告,您可以发现并修复。