Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/117.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 Tianium Appcelerator无法在iphone设备上运行应用程序_Ios_Titanium_Appcelerator_Titanium Mobile - Fatal编程技术网

Ios Tianium Appcelerator无法在iphone设备上运行应用程序

Ios Tianium Appcelerator无法在iphone设备上运行应用程序,ios,titanium,appcelerator,titanium-mobile,Ios,Titanium,Appcelerator,Titanium Mobile,无法在iphone设备上运行,但在模拟器上可以 错误日志 [INFO] : Invoking xcodebuild [ERROR] : 2016-12-09 12:02:48.529 xcodebuild[15867:179966] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-9061/Xcode3Core/L

无法在iphone设备上运行,但在模拟器上可以

错误日志

[INFO] :   Invoking xcodebuild
[ERROR] :  2016-12-09 12:02:48.529 xcodebuild[15867:179966]  DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-9061/Xcode3Core/LegacyProjects/Frameworks/DevToolsCore/DevToolsCore/Foundation/WorkQueues/XCWorkQueueCommandSubprocessInvocation.m:951
[ERROR] :  Details:  encountered read error on command output pipe (Bad file descriptor)
[ERROR] :  Object:   <XCWorkQueueCommandLocalSubprocessInvocation: 0x7fd4262434a0>
[ERROR] :  Method:   -handleOutputFileDescriptorActivity
[ERROR] :  Thread:   <NSThread: 0x7fd4271c3280>{number = 9, name = (null)}<br>
[ERROR] :  Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
**[ERROR] :  ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : CompileStoryboard LaunchScreen.storyboard
[ERROR] :   CompileAssetCatalog build/Products/Debug-iphoneos/Appname\ App3.app Assets.xcassets**
[ERROR] :  (2 failures)
[INFO]:调用xcodebuild
[错误]:2016-12-09 12:02:48.529 xcodebuild[15867:179966]DVTAssertions:Warning in/Library/Caches/com.apple.xbs/Sources/IDEXcode3ProjectSupport/IDEXcode3ProjectSupport-9061/Xcode3Core/LegacyProjects/Frameworks/DevToolsCore/DevToolsCore/Foundation/WorkQueues/xworkqueuecommandsubprocessinvocation.m:951
[错误]:详细信息:在命令输出管道上遇到读取错误(错误的文件描述符)
[错误]:对象:
[错误]:方法:-handleOutputFileDescriptorActivity
[错误]:线程:{number=9,name=(null)}
[错误]:请在http://bugreport.apple.com 使用此警告消息和您可以提供的任何有用信息。 **[错误]:**生成失败** [错误]:以下生成命令失败: [错误]:CompileStoreBoard LaunchScreen.storyboard [错误]:compileasetcatalog build/Products/Debug iphoneos/Appname\App3.app Assets.xcsets** [错误]:(2次失败)
使用所有最新的Xcode 8.1和tisdk 6.0


有人能帮忙吗?谢谢。

我已经对此进行了研究并做了一些更新,但在我的案例中,我刚刚创建了新的资源调配配置文件并使用了它。我不知道日志为什么会提到故事板和AssetCatalog,但对我来说,错误已经修复。

你添加了故事板吗?没有,这只是一个新项目,只有hello world。。但我已经修好了。我已经发布了我的答案。