Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法生成iOS包_Ios_Trigger.io - Fatal编程技术网

无法生成iOS包

无法生成iOS包,ios,trigger.io,Ios,Trigger.io,我第一次使用Trigger.IO构建iOS包,并收到: 无法分析单个体系结构 不知道它在说什么。有什么见解吗?我刚刚创建了一个签名证书,也许这就是问题所在?完整错误: [ERROR] Failed when running java: 2014-09-12 16:10:07.471 INFO: Loading certificate and private key 2014-09-12 16:10:07.643 INFO: Found certificate alias: iPhone Dist

我第一次使用Trigger.IO构建iOS包,并收到:

无法分析单个体系结构

不知道它在说什么。有什么见解吗?我刚刚创建了一个签名证书,也许这就是问题所在?完整错误:

[ERROR] Failed when running java: 2014-09-12 16:10:07.471 INFO: Loading certificate and private key
2014-09-12 16:10:07.643 INFO: Found certificate alias: iPhone Distribution: G Carlin (PBMQA8AJN4)
2014-09-12 16:10:07.644 INFO: Deleting existing CodeResources file
2014-09-12 16:10:07.645 INFO: Generating resources file
2014-09-12 16:10:07.956 INFO: Writing resources file
2014-09-12 16:10:07.974 INFO: Resources file complete
2014-09-12 16:10:07.975 INFO: Found fat binary, extracting separate architectures
2014-09-12 16:10:07.983 INFO: Extracted 2 architectures, processing each one individually
2014-09-12 16:10:07.983 INFO: Processing architecture
2014-09-12 16:10:07.987 INFO: Found valid binary
2014-09-12 16:10:07.987 INFO: Removing existing code signature
2014-09-12 16:10:08.267 INFO: Architecture processed
2014-09-12 16:10:08.267 INFO: Processing architecture
2014-09-12 16:10:08.268 SEVERE: Failed to parse individual architecture.

从Trigger.io变更日志:

由于更改,iOS代码签名在Windows和Linux下不起作用 在苹果的代码设计要求中。我们正在努力更新我们的网站 跨平台代码签名工具,但如果您需要在 快点,你应该问问朋友你是否可以借用他们的Mac电脑


如果您不需要iOS 8支持,您可以继续使用平台版本2.1.9,因为在Windows和Linux上,代码签名仍然可以使用它。

很高兴知道Windows暂时无法使用跨平台版本。于是我换上了我的Mac电脑。错误现在为:运行/usr/bin/codesign:/Users/kleina1/Documents/forge workspace/tfc/development/ios/device-ios.app时失败:替换现有签名/Users/kleina1/Documents/forge workspace/tfc/development/ios/device-ios.app:对象文件格式无法识别、无效或不合适。我会研究一下,但有什么想法吗?必须添加Xcode命令行工具才能让它工作。我想我现在已经开始构建了。问题在v2.2.3中得到了解决,代码签名应该可以在Linux和Windows下再次工作。