View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0031538 | 2.x IDE Bugs | Build tvOS | Public | 2019-12-11 15:54 | 2020-02-11 12:36 |
Reporter | Dan | Assigned To | Fritz | ||
Priority | Medium | Severity | B - Major | Reproducibility | 100% |
Status | Resolved | Resolution | Fixed | ||
Platform | tvOS | OS | macOS Catalina | OS Version | Pro x64 |
Product Version | 2.2.5 | ||||
Target Version | 2.3.0 | Fixed in Version | 2.3.0 | ||
Summary | 0031538: Build tvOS: Create Exe fails in Xcode 11.3, as the archive cannot be found after it has been made successfully | ||||
Description | Note that I am using today's Catalina update and today's Xcode 11.3 release. Unsure what happened in recent older Xcode versions. As you can see from the attached logs, Create Exe for tvOS will successfully make the archive (and you can view/export/etc. just fine in Xcode), but then will immediately say the archive couldn't be found using the filename pattern match and the build will be failed. Your compiler log contains the following reason for the fail: ** ARCHIVE SUCCEEDED ** find ~/Library/Developer/Xcode/Archives -name TvTest*.xcarchive -print0 | xargs -0 ls -d -t Found archive zsh:1: no matches found: TvTest*.xcarchive RunCommandOnMac cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest; open -a '/Applications/Xcode.app' 'zsh:1: no matches found: TvTest*.xcarchive'; cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest; open -a '/Applications/Xcode.app' 'zsh:1: no matches found: TvTest*.xcarchive'; The file /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/zsh:1: no matches found: TvTest*.xcarchive does not exist. System.Exception: Error running command 'cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest; open -a '/Applications/Xcode.app' 'zsh:1: no matches found: TvTest*.xcarchive'; ', exitcode=1 The file /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/zsh:1: no matches found: TvTest*.xcarchive does not exist. at ..(String , String , Boolean ) at ..(String , String , YYDictionary`2 , String , Boolean , String ) at Igor.tvOSBuilder.Package() Igor complete. | ||||
Steps To Reproduce | 1. Create Exe the attached sample for tvOS. 2. Observe your compiler log looks like the one attached. Repro: 100% | ||||
Tags | GM2KI, GMSKI | ||||
2.x IDE Found In | 2.2.5.480 | ||||
2.x Runtime Found In | |||||
2.x IDE Verified In | |||||
2.x Runtime Verified In | |||||
|
TvTest.yyz (35,033 bytes)
BuildtvOS-CreateExeFail.txt (24,491 bytes)
Saving project to: C:\Users\daniel.cleaton\Downloads\TvTest\TvTest.yyp Saving 5 resources "cmd" /c subst Z: "C:\Users\daniel.cleaton\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE" elapsed time 00:00:00.2239287s for command "cmd" /c subst Z: "C:\Users\daniel.cleaton\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE" started at 12/11/2019 15:36:01 "cmd" /c subst Y: "C:\Users\daniel.cleaton\AppData\Local\GameMakerStudio2\GMS2TEMP" elapsed time 00:00:00.2229287s for command "cmd" /c subst Y: "C:\Users\daniel.cleaton\AppData\Local\GameMakerStudio2\GMS2TEMP" started at 12/11/2019 15:36:01 "cmd" /c subst X: "C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.2.5.377" elapsed time 00:00:00.2239284s for command "cmd" /c subst X: "C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.2.5.377" started at 12/11/2019 15:36:02 "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.2.5.377/bin/Igor.exe" -j=8 -options="C:\Users\daniel.cleaton\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -v -- tvos Package Loaded Macros from C:\Users\daniel.cleaton\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE\TvTest_B4083401\macros.json Options: X:/bin\platform_setting_defaults.json Options: C:\Users\daniel.cleaton\AppData\Roaming/GameMakerStudio2\gmarket_50\local_settings.json Options: C:\Users\daniel.cleaton\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE\TvTest_B4083401\targetoptions.json X://bin/GMAssetCompiler.exe /c /zpex /iv=0 /rv=0 /bv=0 /j=8 /gn="TvTest" /td="Y:/" /cd="Z:/TvTest_B4083401" /zpuf="C:\Users\daniel.cleaton\AppData\Roaming/GameMakerStudio2\gmarket_50" /m=tvos /tgt=9007199254740992 /studio /nodnd /cfg="default" /fU="Z:/TvTest_B4083401\functionsUsed.txt" /v /hprt=51269 /o="Y:/TvTest_2A3BDD46_VM" /sh=True /optionsini="Y:/TvTest_2A3BDD46_VM\options.ini" /cvm /baseproject="X:/BaseProject\BaseProject.yyp" "C:\Users\daniel.cleaton\Downloads\TvTest\TvTest.yyp" /preprocess="Z:/TvTest_B4083401" Reading project file....C:\Users\daniel.cleaton\Downloads\TvTest Reading project file....X:\BaseProject Reading config delta 'C:\Users\daniel.cleaton\Downloads\TvTest\options\main\inherited\options_main.inherited.yy' finished. X://bin/GMAssetCompiler.exe DONE (0) Release build mkdir -p ~/.ssh cat ~/.ssh/authorized_keys pwd Options: Z:/TvTest_B4083401\PlatformOptions.json RunCommandOnMac mkdir -p /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest mkdir -p /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest pscp X:/tvos\mobiledevice /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/mobiledevice RunCommandOnMac chmod +x /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/mobiledevice chmod +x /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/mobiledevice RunCommandOnMac /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/mobiledevice get_device_prop -u 9d47849571f7330e77df53aa7afc362ffe35b5e3 ProductVersion /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/mobiledevice get_device_prop -u 9d47849571f7330e77df53aa7afc362ffe35b5e3 ProductVersion Device is on os 13.2 RunCommandOnMac xcodebuild -showsdks | grep tvOS.SDKs -A1 | tail -n1 | cut -d' ' -f2 xcodebuild -showsdks | grep tvOS.SDKs -A1 | tail -n1 | cut -d' ' -f2 tvOS SDK is 13.2 Options: Z:/TvTest_B4083401\ExtensionOptions.json PlatformOptions RunCommandOnMac echo ~ echo ~ PlatformOptions RunCommandOnMac echo ~ echo ~ X://bin/GMAssetCompiler.exe /c /zpex /iv=0 /rv=0 /bv=0 /j=8 /gn="TvTest" /td="Y:/" /cd="Z:/TvTest_B4083401" /zpuf="C:\Users\daniel.cleaton\AppData\Roaming/GameMakerStudio2\gmarket_50" /m=tvos /tgt=9007199254740992 /studio /nodnd /cfg="default" /fU="Z:/TvTest_B4083401\functionsUsed.txt" /v /hprt=51269 /o="Y:/TvTest_2A3BDD46_VM" /sh=True /optionsini="Y:/TvTest_2A3BDD46_VM\options.ini" /cvm /baseproject="X:/BaseProject\BaseProject.yyp" "C:\Users\daniel.cleaton\Downloads\TvTest\TvTest.yyp" /MacHomeDir="/Users/qa" /llvmSource="X:/" /optionsini="Y:/TvTest_2A3BDD46_VM\options.ini" /bt=exe /rt=vm Reading project file....C:\Users\daniel.cleaton\Downloads\TvTest Reading project file....X:\BaseProject Reading config delta 'C:\Users\daniel.cleaton\Downloads\TvTest\options\main\inherited\options_main.inherited.yy' finished. Compile Constants...finished. Remove DnD...finished. Compile Scripts...finished. Compile Objects...finished. Compile Timelines...finished. Compile Triggers...finished. Compile Rooms...finished. Compile Extensions...finished. Global scripts...finished. finished. collapsing enums. Final Compile...finished. Saving IFF file... Y:/TvTest_2A3BDD46_VM\TvTest.zip Writing Chunk... GEN8 option_game_speed=60 Writing Chunk... OPTN Writing Chunk... LANG Writing Chunk... EXTN Writing Chunk... SOND Writing Chunk... AGRP Writing Chunk... SPRT Writing Chunk... BGND Writing Chunk... PATH Writing Chunk... SCPT Writing Chunk... GLOB Writing Chunk... SHDR Writing Chunk... FONT Writing Chunk... TMLN Writing Chunk... OBJT Writing Chunk... ROOM Writing Chunk... DAFL Writing Chunk... EMBI Writing Chunk... TPAGE Texture Group - Default Writing Chunk... TGIN Writing Chunk... CODE Writing Chunk... VARI Writing Chunk... FUNC Writing Chunk... STRG Writing Chunk... TXTR 0 Compressing texture... writing texture texture_0.png... Writing Chunk... AUDO Setting up core libraries.. DONE. Base app delegate: iPad_RunnerAppDelegate Final application delegate class: iPad_RunnerAppDelegate Stats : GMA : Elapsed=756.8698 Stats : GMA : sp=1,au=0,bk=0,pt=0,sc=0,sh=0,fo=0,tl=0,ob=1,ro=1,da=0,ex=1,ma=3,fm=0xA00008040020 X://bin/GMAssetCompiler.exe DONE (0) CreatetvOSExecutable RunCommandOnMac xcode-select -p | sed 's/.app.*/.app/' xcode-select -p | sed 's/.app.*/.app/' RunCommandOnMac osascript -e 'tell app "Xcode" to quit' osascript -e 'tell app "Xcode" to quit' RunCommandOnMac mkdir -p "/Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest" mkdir -p "/Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest" RunCommandOnMac mkdir -p "/Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTestFromPC" mkdir -p "/Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTestFromPC" pscp Y:/TvTest_2A3BDD46_VM\TvTest/ /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTestFromPC/ RunCommandOnMac rsync -c -r /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTestFromPC/ /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest rsync -c -r /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTestFromPC/ /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest RunCommandOnMac cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/; open -a '/Applications/Xcode.app' TvTest.xcodeproj; while [ ! -d /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest.xcodeproj/xc*data ]; do sleep 2; done; cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/; open -a '/Applications/Xcode.app' TvTest.xcodeproj; while [ ! -d /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest.xcodeproj/xc*data ]; do sleep 2; done; cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/; security unlock-keychain -p "ChangeMe123";xcodebuild -sdk appletvos -allowProvisioningUpdates -xcconfig "/Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/__yy_certificate.xcconfig" -scheme TvTest archive ; Build settings from command line: SDKROOT = appletvos13.2 SymLink TvTest.app to TvTest.app Compiled arch.mm for arm64 Linking TvTest for arm64 Compile Asset Catalog Assets.xcassets TMPDIR = "/var/folders/11/r7qvvv7s7mj5cnvmjg_gb1_w0000gn/T/E08FA136-683B-4F88-96FF-7FFA1DD3E139"; } /* com.apple.actool.compilation-results */ /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/Assets.car /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/IntermediateBuildFilesPath/TvTest.build/Release-appletvos/TvTest.build/assetcatalog_generated_info.plist CompileXIB /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/MainWindow-TV.xib (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/.. /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module TvTest --output-partial-info-plist /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/IntermediateBuildFilesPath/TvTest.build/Release-appletvos/TvTest.build/MainWindow-TV-PartialInfo.plist --auto-activate-custom-fonts --target-device tv --minimum-deployment-target 9.1 --output-format human-readable-text --compile /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/MainWindow-TV.nib /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/MainWindow-TV.xib 2019-12-11 15:36:36.454 IBAgent-tvOS[4403:82047] Error creating notification handler for simulator graphics quality override: 3 2019-12-11 15:36:36.710 IBAgent-tvOS[4405:82070] Error creating notification handler for simulator graphics quality override: 3 CompileXIB /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/LaunchScreen.xib (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/.. /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module TvTest --output-partial-info-plist /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/IntermediateBuildFilesPath/TvTest.build/Release-appletvos/TvTest.build/LaunchScreen-PartialInfo.plist --auto-activate-custom-fonts --target-device tv --minimum-deployment-target 9.1 --output-format human-readable-text --compile /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/LaunchScreen.nib /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/LaunchScreen.xib CopyStringsFile /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/en.lproj/InfoPlist.strings /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/en.lproj/InfoPlist.strings (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest builtin-copyStrings --validate --outputencoding binary --outdir /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/en.lproj -- /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/en.lproj/InfoPlist.strings note: detected encoding of input file as Unicode (UTF-8) (in target 'TvTest' from project 'TvTest') ProcessInfoPlistFile /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/Info.plist /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/TvTest-Info.plist (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest builtin-infoPlistUtility /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/TvTest-Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/PkgInfo -expandbuildsettings -format binary -platform appletvos -additionalcontentfile /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/IntermediateBuildFilesPath/TvTest.build/Release-appletvos/TvTest.build/MainWindow-TV-PartialInfo.plist -additionalcontentfile /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/IntermediateBuildFilesPath/TvTest.build/Release-appletvos/TvTest.build/LaunchScreen-PartialInfo.plist -additionalcontentfile /Users/qa/Library/Developer /Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/IntermediateBuildFilesPath/TvTest.build/Release-appletvos/TvTest.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/Info.plist PBXCp /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/games/iosext.ext /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/games/iosext.ext (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/games/iosext.ext /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/games PBXCp /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/games/game.ios /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/games/game.ios (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/games/game.ios /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/games PBXCp /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/games/options.ini /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/games/options.ini (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/TvTest/Supporting\ Files/games/options.ini /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/games GenerateDSYMFile /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/BuildProductsPath/Release-appletvos/TvTest.app.dSYM /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/TvTest (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/TvTest -o /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/BuildProductsPath/Release-appletvos/TvTest.app.dSYM warning: /Users/Shared/Jenkins/Home/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/tvOS_Runner/build/SharedPrecompiledHeaders/SharedPrecompiledHeaders/3440402742739639075/tvOS_Runner_Prefix.pch.gch: No such file or directory note: while processing /Users/Shared/Jenkins/Home/ZeusBase/ZeusGreen/GameMaker/Runner/VC_Runner/tvOS_Runner/build/SharedPrecompiledHeaders/SharedPrecompiledHeaders/3440402742739639075/tvOS_Runner_Prefix.pch.gch Strip /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/TvTest (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app/TvTest SetOwnerAndGroup qa:staff /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest /usr/sbin/chown -RH qa:staff /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app SetMode u+w,go-w,a+rX /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest /bin/chmod -RH u+w,go-w,a+rX /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app CodeSign /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate Signing Identity: "Apple Development: Alexander Duncan (8YU3LW42XP)" Provisioning Profile: "tvOS Team Provisioning Profile: com.yoyogames.-" (b5365572-8176-40d0-908d-cd645aa77820) /usr/bin/codesign --force --sign 870702A8AC84FBFC384FE4EDEE794718EACD5F6C --entitlements /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/IntermediateBuildFilesPath/TvTest.build/Release-appletvos/TvTest.build/TvTest.app.xcent /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app RegisterExecutionPolicyException /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest builtin-RegisterExecutionPolicyException /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app note: Execution policy exception registration failed and was skipped: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" (in target 'TvTest' from project 'TvTest') Validate /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest builtin-validationUtility /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app Touch /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app (in target 'TvTest' from project 'TvTest') cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest /usr/bin/touch -c /Users/qa/Library/Developer/Xcode/DerivedData/TvTest-gwokelcynqrhakacesuvuvnzatlo/Build/Intermediates.noindex/ArchiveIntermediates/TvTest/InstallationBuildProductsLocation/Applications/TvTest.app ** ARCHIVE SUCCEEDED ** find ~/Library/Developer/Xcode/Archives -name TvTest*.xcarchive -print0 | xargs -0 ls -d -t Found archive zsh:1: no matches found: TvTest*.xcarchive RunCommandOnMac cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest; open -a '/Applications/Xcode.app' 'zsh:1: no matches found: TvTest*.xcarchive'; cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest; open -a '/Applications/Xcode.app' 'zsh:1: no matches found: TvTest*.xcarchive'; The file /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/zsh:1: no matches found: TvTest*.xcarchive does not exist. System.Exception: Error running command 'cd /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest; open -a '/Applications/Xcode.app' 'zsh:1: no matches found: TvTest*.xcarchive'; ', exitcode=1 The file /Users/qa/GameMakerStudio2/tvOS/GMS2TVOS/TvTest/TvTest/zsh:1: no matches found: TvTest*.xcarchive does not exist. at ..(String , String , Boolean ) at ..(String , String , YYDictionary`2 , String , Boolean , String ) at Igor.tvOSBuilder.Package() Igor complete. elapsed time 00:00:43.7065150s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.2.5.377/bin/Igor.exe" -j=8 -options="C:\Users\daniel.cleaton\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -v -- tvos Package started at 12/11/2019 15:36:02 "cmd" /c subst Z: /d elapsed time 00:00:00.2209300s for command "cmd" /c subst Z: /d started at 12/11/2019 15:36:46 "cmd" /c subst Y: /d elapsed time 00:00:00.2199293s for command "cmd" /c subst Y: /d started at 12/11/2019 15:36:46 "cmd" /c subst X: /d elapsed time 00:00:00.2219292s for command "cmd" /c subst X: /d started at 12/11/2019 15:36:46 FAILED: Package Program Complete For the details of why this build failed, please review the whole log above and also see your Compile Errors window. Saving project to: C:\Users\daniel.cleaton\Downloads\TvTest\TvTest.yyp Saving 1 resources Saving project to: C:\Users\daniel.cleaton\Downloads\TvTest\TvTest.yyp Saving 4 resources |
|
Here are the actual filenames |