错误 ITMS-90035 - Xcode 6.3.1 [无效签名]

Error ITMS-90035 - Xcode 6.3.1 [Invalid Signature](错误 ITMS-90035 - Xcode 6.3.1 [无效签名])
本文介绍了错误 ITMS-90035 - Xcode 6.3.1 [无效签名]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在 App Store 中提交这个 cocos2d 应用程序.配置/代码签名配置正确完成,但是,有一个目标 TexturePacker 给出错误(更具体地说 - PackTexture.sh 文件).

I am trying to submit this cocos2d app in the App Store. Provisioning / code-signing configuration is done properly, however, there's a target, TexturePacker that is giving errors (more specifically - PackTexture.sh file).

PackTexture.sh 目标截图中的路径

PackTexture.sh 代表使用 Texture Packer 创建的所有工作表,因此如果我删除它,游戏将无法正常运行.

PackTexture.sh represents all sheets created with Texture Packer, so if I remove it, the game will not function properly.

纹理打包器目标截图

删除 Texture Packer Target 也不起作用.我没主意了.

Removing Texture Packer Target is also not going to work. I am out of ideas.

Texture Packer Target 可以进行代码签名,并且可以添加配置信息.但是,不会自动检测用于分发的配置文件以将它们添加到该目标中.

Texture Packer Target can be code-signed and provisioning info can be added. However, the provisioning profiles for distribution are not auto-detected to add them into that target.

如何将此二进制文件提交到 App Store?

How do I submit this binary to the App Store?

推荐答案

从项目中删除 PackTexture.sh 文件时问题解决了!

Problem solved when deleted PackTexture.sh file from project!

这篇关于错误 ITMS-90035 - Xcode 6.3.1 [无效签名]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
tabbar middle tab out of tabbar corner(选项卡栏中间的选项卡角外)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Get an event when UIBarButtonItem menu is displayed(显示UIBarButtonItem菜单时获取事件)