简体   繁体   English

在Xamarin.iOS中解析StoryBoard时出错

[英]Error in parsing StoryBoard in Xamarin.iOS

I am developing an application in Xamarin.iOS. 我正在Xamarin.iOS中开发应用程序。 But after three days of work, Xamarin cannot render the Main.StoryBoard and gives the following error: 但是经过三天的工作,Xamarin无法渲染Main.StoryBoard并给出以下错误:

There was an error in Parsing the XML in this document

and a long list of logs. 和一长串日志。

Any idea how to revert to or something like this 任何想法如何还原到或类似的东西

@Xhulio ran into this before. @Xhulio之前遇到过这个问题。 Try opening it with Xcode first to see if it works. 尝试先用Xcode打开它,看看它是否有效。 If not you can try opening the storyboard with an XML editor (I used Notepadd++ with an XML plugin), then identify and correct the invalid XML. 如果不是,您可以尝试使用XML编辑器(我将Notepadd ++与XML插件一起使用)打开情节提要,然后识别并更正无效的XML。 If you are using source control you can try comparing your changes to identify the issue. 如果您使用的是源代码管理,则可以尝试比较更改以找出问题。 Hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM