今天打包时候出现的错误,猜测意思大概是weiboSDK已经存在什么什么之类的,如是度娘了一下
stackOverflow上看到一个回答是
It looks like there are two en.lproj files being included in the build: one from SMBox and one from ApplRater. I had a similar build problem when my project contained two en.lproj files from two different settings bundles. If possible, removing one might help.
想到前几天做修改的分享功能,以前是一家一家去集成的,改成用友盟的了,原来单个集成的文件没有删除,weiboSDK有2个,所以造成这个问题。删掉一个之后成功打包!
时间: 2024-11-06 23:56:37