SKMaps(Skobbler maps) Integrated Application uploading error

泪湿孤枕 提交于 2019-12-24 08:14:16

问题


I have integrated SKMaps without pods in my app. When i were uploading it to App Store, it started throwing me error like this

Does anyone have any solution?

UPDATE

I have added the script as provided here in this link:http://ikennd.ac/blog/2015/02/stripping-unwanted-architectures-from-dynamic-libraries-in-xcode/

But after adding script, app started giving too many errors for other frameworks.

UPDATE 2:

I have checked this answer: Errors building Xcode Project after adding in Run Script fatal error: lipo: input file

Then, i tried to run that script only for SKMaps framework, then uploading the app again is giving same error again.


回答1:


What version of the SDK are you using? Is it the static library or module? The issue could be caused by using the module target which contains all architectures (including simulator one, which could be considered invalid by Apple when submitting the app). However, other clients have successfully submitted the app recently and had no reported issues.



来源:https://stackoverflow.com/questions/39573456/skmapsskobbler-maps-integrated-application-uploading-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!