同一套代码 同一套资源 我都放在resource下面了 全部散包形式
我使用了cocostudio只做了scene文件并带有ui组件
使用了xxx.json文件 里面带有如下组件
“components”:
{
“__type”: “ComGUIAdapterSurrogate:#EditorCommon.JsonModel.Component”,
“classname”: “GUIComponent”,
“name”: “GUIComponent”,
“file”: null,
“fileData”: {
“path”: “LoginUI_1/LoginUI_1.ExportJson”,
“plistFile”: “”,
“resourceType”: 0
}
}
然后再android平台下是ok的
但是在ios平台就出现崩溃了 找不到LoginUI_1/LoginUI_1.ExportJson文件 详细错误见附件2 想请问各位大牛是何原因 应该怎么解决?