更新iphone应用程序CodeResources文件必须是symoblic链接(update iphone app CodeResources file must be a symoblic lin
i tried to update an iphone app, which lies in an other "itunes connect" profile. i used "application loader" and everything is fine until i try to upload the zip file
i get this strange message and cant figure out whats going wrong
"The CodeResources file must be a symbolic link to _CodeSignature/CodeResources"
i opened the bundle and the folder _CodeSignature is there.
i compiled the app with my distribution profile (no problems)
thanks in advance Alex
解决方案
How are you zipping it? I'm betting that FooApp.app/CodeResources is a file, not a symlink.
If you're using command-line "zip", you need to use zip -y -r to preserve the symlink.
我试图更新一个iPhone应用程序,它位于另一个itunes连接配置文件中。我使用应用程序加载程序,一切都很好,直到我尝试上传zip文件
我得到这个奇怪的消息,不能弄清楚出了什么问题
CodeResources文件必须是_CodeSignature / CodeResources的符号链接
我打开了包,文件夹_CodeSignature在那里。
我用我的发行档案编辑了这个应用程序(没有问题)
提前感谢
Alex
解决方案
你如何压缩它?我猜,FooApp.app/CodeResources是一个文件,而不是一个符号链接。
如果你使用命令行zip,你需要使用 zip -y -r 保存符号链接。