美文网首页
A nested bundle contains simulat

A nested bundle contains simulat

作者: 4VZhang | 来源:发表于2017-05-24 11:01 被阅读82次

应用审核被拒,原因:

Invalid Bundle - A nested bundle contains simulator platform listed in CFBundleSupportedPlatforms Info.plist key.

分析:

内嵌的路径 里的info.plist 文件中 一个 CFBundleSupportedPlatforms 值 包含了" 模拟器平台",

众所周知,提交审核上架的应用是不能包含模拟器的架构和平台的,所以根据问题描述针对性解决.

解决: 

内嵌路径(一般为第三方的库中)找到plist文件中的 CFBundleSupportedPlatforms删除支持的模拟器平台

查找方法如下:(仅供参考)

图1 图2

相关文章

网友评论

      本文标题:A nested bundle contains simulat

      本文链接:https://www.haomeiwen.com/subject/sgbnxxtx.html