捆绑包根目录-Xcode中存在Abc.app未密封的内容,捆绑包需要进行任何更改吗? [英] Abc.app unsealed contents are present in the bundle root - Xcode, any change required to bundle?

查看:214
本文介绍了捆绑包根目录-Xcode中存在Abc.app未密封的内容,捆绑包需要进行任何更改吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已将我的XCode版本从3.2.6切换到5.1.1,有人要求我更改项目设置并将其移植到新格式,并且还解决了许多编译错误. 现在没有编译错误,我可以成功构建我的项目.

I have switched my XCode version from 3.2.6 to 5.1.1, I have been asked to change the project settings and porting to a new format and resolved many compilation errors as well. Now there is no compilation errors i could able to build my project successfully.

当我尝试使用codesign v2(mac 10.9.5)对项目进行签名时,我会看到以下错误

When I tries to sign the project using codesign v2 (mac 10.9.5) i could see the following error

捆绑包根目录中存在Abc.app未密封的内容"

"Abc.app unsealed contents are present in the bundle root"

为了解决这个问题,我浏览了下面的链接并尝试创建其中提到的捆绑结构,但是我基本上缺少了一些我不知道它是什么的东西.

To Resolve I have gone through the below link and tried to create a bundle structure as mentioned in it, but i'm missing something basically I don't know what it is.

协同设计:什么是未密封的内容?

如果有人看到差异,请提及我需要更正的内容.

My folder Structure would be similar to below, if anyone has seen discrepancy kindly mention what i need to correct.

/src/Abc/

  • Abc.xcodeproj
  • 构建\
  • doc \
  • English.proj
  • Info.plist
  • Installer.pmdoc
  • InstallScripts \
  • Japanese.lproj \
  • 图书馆\
  • Abc_Prefix.pch
  • Abc.pmproj
  • 包装\
  • 资源\
    • *.png,*.icns,*.jpg,setting.plist
    • Abc.xcodeproj
    • build\
    • doc\
    • English.proj
    • Info.plist
    • Installer.pmdoc
    • InstallScripts\
    • Japanese.lproj\
    • Libraries\
    • Abc_Prefix.pch
    • Abc.pmproj
    • Package\
    • Resource\
      • *.png, *.icns, *.jpg, setting.plist

      推荐答案

      根据我的经验,此错误消息表示我已将某些文件保留在与Contents文件夹相同的文件夹级别.

      In my experience, this error message means I've left some files in the same folder level as the Contents folder.

      所有内容都必须在Contents文件夹中.

      Everything must be inside the Contents folder.

      尝试将与Contents文件夹处于同一级别的所有文件移动到Contents文件夹内的某个位置.

      Try moving whatever files are on the same level as the Contents folder to somewhere inside the Contents folder.

      这篇关于捆绑包根目录-Xcode中存在Abc.app未密封的内容,捆绑包需要进行任何更改吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆