不知道什么鬼,顺手回滚到了2.3.1版本,还好使用cocos时间长了,这尿性也多少有所了解了.所以旧版本程序有存留
Documents\Cocos\CocosStudio2\logs,里面记录了发布失败的原因。
手贱点了升级到2.3.2,之后所有JS项目,只要是旧项目都无法发布````
日志为空,醉了醉了
PS:附加日志文件图
Parameter name: source
System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.ToList(IEnumerable`1 source)
at CocoStudio.Projects.Formates.FntFileFormat.CocoStudio.Projects.Formates.IPublishProcesser.Process(ResourceData resourceData)
at CocoStudio.Projects.ProjectsService.<>c__DisplayClass4.b__3(ResourceData item)
2015-09-25 11:40:15,627 CocoStudio.Basic.CSLogger.Error(:0) - 发布项目失败
我的错误是
2015-09-25 18:27:53,510 CocoStudio.Basic.CSLogger.Error(:0) - 从服务器上获取XML信息时出错
System.IO.IOException: 无法从传输连接中读取数据: 远程主机强迫关闭了一个现有的连接。。 —> System.Net.Sockets.SocketException: 远程主机强迫关闭了一个现有的连接。
在 System.Net.Sockets.Socket.Receive(Byte] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
在 System.Net.Sockets.NetworkStream.Read(Byte] buffer, Int32 offset, Int32 size)
— 内部异常堆栈跟踪的结尾 —
在 System.Net.ConnectStream.Read(Byte] buffer, Int32 offset, Int32 size)
在 System.Xml.XmlTextReaderImpl.ReadData()
在 System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
在 System.Xml.XmlTextReaderImpl.ParseAttributes()
在 System.Xml.XmlTextReaderImpl.ParseElement()
在 System.Xml.XmlTextReaderImpl.ParseElementContent()
在 System.Xml.XmlTextReaderImpl.Read()
在 System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
在 System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
在 System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
在 System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
在 System.Xml.Linq.XElement.Load(Stream stream, LoadOptions options)
在 CocoStudio.Projects.FrameworkHelper.GetXmlInfoFromServer()
2015-09-25 18:27:54,478 CocoStudio.Basic.CSLogger.Error(:0) - 获取iOS证书时失败
GLib.GException: Failed to execute child process (No such file or directory)
在 GLib.Process.SpawnCommandLineSync(String command_line, String& stdout, String& stderr, Int32& exit_status)
在 Modules.Communal.CocosAdapter.PackageServices.GetiOSBundleIDlist()
2015-09-25 18:28:08,341 CocoStudio.Basic.CSLogger.Error(:0) - 发布项目失败
System.NullReferenceException: 未将对象引用设置到对象的实例。
在 CocoStudio.Projects.ProjectsService.CheckPublishFilePath(IProgressMonitor monitor, IEnumerable1 resourceDatas) 在 CocoStudio.Projects.ProjectsService.Publish(IProgressMonitor monitor, PublishInfo info) 在 Modules.Communal.Publish.PublishUC.PublishSolutionSync() 2015-09-25 18:28:32,813 CocoStudio.Basic.CSLogger.Error(:0) - 发布项目失败 System.NullReferenceException: 未将对象引用设置到对象的实例。 在 CocoStudio.Projects.ProjectsService.CheckPublishFilePath(IProgressMonitor monitor, IEnumerable1 resourceDatas)
在 CocoStudio.Projects.ProjectsService.Publish(IProgressMonitor monitor, PublishInfo info)
在 Modules.Communal.Publish.PublishUC.PublishSolutionSync()