我很难将一个NativeScript应用程序发布到app。
首先,我对图标文件有问题。现在,不管我做什么,我都会犯这样的错误:
无效二进制结构,CFBundleIdentifier冲突,无效段对齐,无效加密信息和非饼二进制.


有人知道怎么解决这个问题吗?
更新:
我注意到xcodeproj上有两个TNSCore.framework,其中一个指向node_modules/nativescript-ui-listview/node_modules/nativescript-ui-core/目录,这可能与我不时得到的unexpected successful exit code from cancelled command <C0036:'PBXCp TNSListView.framework':P16>错误有关。
这看起来不太对。


发布于 2018-10-29 12:51:44
删除nativescript-ui-listview模块附带的复制的nativescript-ui-listview解决了我的问题。
rm -rf node_modules/nativescript-ui-listview/node_modules/nativescript-ui-core;https://stackoverflow.com/questions/52562265
复制相似问题