Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/319.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/database/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 在XAMARIN窗体中进行聊天,当我运行它时,我得到一个基础。_C#_Xamarin_Xamarin.forms_Chat - Fatal编程技术网

C# 在XAMARIN窗体中进行聊天,当我运行它时,我得到一个基础。

C# 在XAMARIN窗体中进行聊天,当我运行它时,我得到一个基础。,c#,xamarin,xamarin.forms,chat,C#,Xamarin,Xamarin.forms,Chat,我正在尝试按照本指南实现聊天。 复制/粘贴了几乎所有内容,但当我运行我的版本时,当我尝试将其作为IOS进行调试时,会出现以下错误: 已引发Foundation.MonoTouchException。 抛出目标C异常。名称:nsInternalConsistencyException原因:无法加载捆绑包“NSBundle”中的NIB Users/Carl/Library/Developer/CoreSimulator/Devices/-random number/data/Containers/B

我正在尝试按照本指南实现聊天。 复制/粘贴了几乎所有内容,但当我运行我的版本时,当我尝试将其作为IOS进行调试时,会出现以下错误:

已引发Foundation.MonoTouchException。 抛出目标C异常。名称:nsInternalConsistencyException原因:无法加载捆绑包“NSBundle”中的NIB Users/Carl/Library/Developer/CoreSimulator/Devices/-random number/data/Containers/Bundle/Application/-random number/Project.iOS.App(已加载),名称为“jsqMessageViewController”


有什么线索吗?我认为这是我的资源文件中的某些内容,我缺少了一些内容,但我的资源文件中有我正在关注的项目所拥有的“BubbleIncoming.imageset”文件。

如中所述,它使用组件存储中的组件。双击项目中的Components节点,找到该组件,并将其添加到项目中。

toy是否有JSQMessagesViewController.nib?我在项目中找不到名为JSQMessagesViewController.nib的内容。当我在指南中搜索它时,我找不到它。我现在在指南中看到了它们的3个nib文件。我应该在我的项目中添加到哪里?它不是重复的,我不知道在哪里添加这些文件。不同之处。我在我的组件中有它,但只有在iOS文件夹中。它说:“在你的库/开发人员中”我的库中甚至没有开发人员文件。我也尝试删除并读取了该组件。同样的结果