Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS hosted agents unable to build Xamarin.iOS 15.x #4200

Closed
1 of 8 tasks
cgwhouse opened this issue Sep 30, 2021 · 7 comments
Closed
1 of 8 tasks

macOS hosted agents unable to build Xamarin.iOS 15.x #4200

cgwhouse opened this issue Sep 30, 2021 · 7 comments

Comments

@cgwhouse
Copy link

Description

Xamarin.iOS 15.0.0.6 was released to the Stable VS release channel yesterday. Azure DevOps hosted agents' latest Xamarin bundle available is 6_12_9, which maps to Xamarin.iOS 14.20 as the latest available version.

Developers are now starting to write iOS 15-specific bug fixes against 15.x locally, only to have the CI/CD build fail due to using new APIs not yet available in Xamarin.iOS 14.20. Here is an example of an issue that we're blocked on fixing.

I know Xamarin.iOS 15.x was just released, but could we possibly get a timeline on when this will be available in Azure DevOps / GitHub Actions?

Virtual environments affected

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Ubuntu 20.04
  • macOS 10.15
  • macOS 11
  • Windows Server 2016
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

20210917.1

Is it regression?

No

Expected behavior

Builds utilizing the latest, stable, available iOS APIs can be built successfully

Actual behavior

Builds containing iOS 15 API usage are passing locally, but failing in Azure DevOps

Repro steps

  1. Create an empty Xamarin Forms app with a ListView somewhere in it
  2. Write a small custom ListView renderer in your iOS project, similar to this, make sure to set SectionHeaderTopPadding
  3. Build project using Azure DevOps hosted macOS agent and latest available Xamarin bundle
@miketimofeev
Copy link
Contributor

Hi @cgwhouse! Xamarin iOS 15 will be available on the macOS-11 image early next week.

@miketimofeev miketimofeev added awaiting-deployment Code complete; awaiting deployment and/or deployment in progress OS: macOS and removed needs triage labels Sep 30, 2021
@cgwhouse
Copy link
Author

@miketimofeev Thank you for the reply 😄 Sounds good.

@ederbond
Copy link

ederbond commented Oct 1, 2021

BTW as you can see on the logs bellow of my Azure Pipelines build running on vmImage: 'macOS-11', it indicates that it is using XCode 12.5.1 instead of XCode 13. Could you guys make sure that XCode 13 and it's respective Xcode command line tools are set to the version 13.

2021-10-01T15:08:54.8915600Z ##[section]Starting: XamariniOS
2021-10-01T15:08:54.8926320Z ==============================================================================
2021-10-01T15:08:54.8926710Z Task         : Xamarin.iOS
2021-10-01T15:08:54.8927080Z Description  : Build an iOS app with Xamarin on macOS
2021-10-01T15:08:54.8927370Z Version      : 2.189.0
2021-10-01T15:08:54.8927690Z Author       : Microsoft Corporation
2021-10-01T15:08:54.8928290Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/build/xamarin-ios
2021-10-01T15:08:54.8928810Z ==============================================================================
2021-10-01T15:08:55.7443990Z [command]/Library/Frameworks/Mono.framework/Versions/Current/Commands/msbuild /version /nologo
2021-10-01T15:08:57.0987840Z [command]/Library/Frameworks/Mono.framework/Versions/Current/Commands/msbuild /Users/runner/work/1/s/src/StudyCompanion.iOS/StudyCompanion.iOS.csproj /p:Configuration=Release /p:Platform=iPhone /p:BuildIpa=true /p:DefineConstants="ENABLE_TEST_CLOUD;" /p:Codesignkey=iPhone Distribution: SURGENT MCCOY CPE%2C LLC (388HNF8X9B) /p:CodesignProvision=5b9a00a9-96cc-4fba-bd9a-5925ac82c8d6
2021-10-01T15:08:57.0995440Z Microsoft (R) Build Engine version 16.6.0 for Mono
2021-10-01T15:08:57.1097260Z Copyright (C) Microsoft Corporation. All rights reserved.
2021-10-01T15:08:57.1126540Z 
2021-10-01T15:08:57.1127770Z Build started 10/1/2021 3:08:56 PM.
2021-10-01T15:08:58.0603600Z Project "/Users/runner/work/1/s/src/StudyCompanion.iOS/StudyCompanion.iOS.csproj" on node 1 (default targets).
2021-10-01T15:08:58.0693330Z PrepareForBuild:
2021-10-01T15:08:58.0795010Z   Creating directory "bin/iPhone/Release/".
2021-10-01T15:08:58.0895280Z   Creating directory "obj/iPhone/Release/".
2021-10-01T15:08:58.7203720Z _BeforeCoreCompileImageAssets:
2021-10-01T15:08:58.7406310Z   Directory "obj/iPhone/Release/actool" doesn't exist. Skipping.
2021-10-01T15:08:58.9861310Z _CoreCompileImageAssets:
2021-10-01T15:08:58.9924470Z   Tool /usr/bin/xcrun execution started with arguments: actool --errors --warnings --notices --output-format xml1 --output-partial-info-plist /Users/runner/work/1/s/src/StudyCompanion.iOS/obj/iPhone/Release/actool/partial-info.plist --app-icon AppIconSurgent --compress-pngs --target-device iphone --target-device ipad --minimum-deployment-target 10.3.1 --platform iphoneos --compile /Users/runner/work/1/s/src/StudyCompanion.iOS/obj/iPhone/Release/actool/bundle /Users/runner/work/1/s/src/StudyCompanion.iOS/obj/iPhone/Release/actool/cloned-assets/Assets.xcassets
2021-10-01T15:08:58.9984000Z           
2021-10-01T15:09:49.7832090Z _CoreCompileInterfaceDefinitions:
2021-10-01T15:09:49.7836730Z   Tool /usr/bin/xcrun execution started with arguments: ibtool --errors --warnings --notices --output-format xml1 --minimum-deployment-target 10.3.1 --target-device iphone --target-device ipad --auto-activate-custom-fonts --sdk /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk --compilation-directory /Users/runner/work/1/s/src/StudyCompanion.iOS/obj/iPhone/Release/ibtool /Users/runner/work/1/s/src/StudyCompanion.iOS/Resources/LaunchScreen.storyboard
2021-10-01T15:09:49.7838700Z           
2021-10-01T15:09:52.1910630Z   Tool /usr/bin/xcrun execution started with arguments: ibtool --errors --warnings --notices --output-format xml1 --minimum-deployment-target 10.3.1 --target-device iphone --target-device ipad --auto-activate-custom-fonts --sdk /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk --compilation-directory /Users/runner/work/1/s/src/StudyCompanion.iOS/obj/iPhone/Release/ibtool /Users/runner/work/1/s/src/StudyCompanion.iOS/ScreenLaunch.storyboard
2021-10-01T15:09:52.1913930Z           
2021-10-01T15:09:52.6200800Z   Tool /usr/bin/xcrun execution started with arguments: ibtool --errors --warnings --notices --output-format xml1 --minimum-deployment-target 10.3.1 --target-device iphone --target-device ipad --auto-activate-custom-fonts --sdk /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk --link /Users/runner/work/1/s/src/StudyCompanion.iOS/obj/iPhone/Release/ibtool-link /Users/runner/work/1/s/src/StudyCompanion.iOS/obj/iPhone/Release/ibtool/LaunchScreen.storyboardc /Users/runner/work/1/s/src/StudyCompanion.iOS/obj/iPhone/Release/ibtool/ScreenLaunch.storyboardc
2021-10-01T15:09:52.6223940Z           
2021-10-01T15:09:52.8144150Z     BundleResources Output:
2021-10-01T15:09:52.8148270Z       obj/iPhone/Release/ibtool-link/ScreenLaunch.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
2021-10-01T15:09:52.8149870Z       obj/iPhone/Release/ibtool-link/ScreenLaunch.storyboardc/UIViewController-01J-lp-oVM.nib
2021-10-01T15:09:52.8152210Z       obj/iPhone/Release/ibtool-link/ScreenLaunch.storyboardc/Info.plist
2021-10-01T15:09:52.8155760Z       obj/iPhone/Release/ibtool-link/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
2021-10-01T15:09:52.8157580Z       obj/iPhone/Release/ibtool-link/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
2021-10-01T15:09:52.8161510Z       obj/iPhone/Release/ibtool-link/LaunchScreen.storyboardc/Info.plist
2021-10-01T15:09:52.8162600Z     OutputManifests Output:
2021-10-01T15:09:52.8163960Z       obj/iPhone/Release/ibtool-manifests/LaunchScreen.storyboardc
2021-10-01T15:09:52.8165890Z       obj/iPhone/Release/ibtool-manifests/ScreenLaunch.storyboardc
2021-10-01T15:09:52.8167690Z       obj/iPhone/Release/ibtool-manifests/link
2021-10-01T15:09:52.8176630Z _BeforeCoreCompileSceneKitAssets:
2021-10-01T15:09:52.8177540Z Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
2021-10-01T15:09:52.8180650Z _BeforeCoreCompileSceneKitAssets:
2021-10-01T15:09:52.8181540Z Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
2021-10-01T15:09:52.8190580Z _BeforeCoreCompileSceneKitAssets:
2021-10-01T15:09:52.8191570Z Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
2021-10-01T15:09:52.8202150Z _CoreCompileSceneKitAssets:
2021-10-01T15:09:52.8203320Z Skipping target "_CoreCompileSceneKitAssets" because it has no inputs.
2021-10-01T15:09:52.8235050Z _CoreCompileColladaAssets:
2021-10-01T15:09:52.8235950Z Skipping target "_CoreCompileColladaAssets" because it has no inputs.
2021-10-01T15:09:52.8241440Z _BeforeCompileTextureAtlases:
2021-10-01T15:09:52.8242140Z Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
2021-10-01T15:09:52.8246980Z _BeforeCompileTextureAtlases:
2021-10-01T15:09:52.8247510Z Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
2021-10-01T15:09:52.8254740Z _BeforeCompileTextureAtlases:
2021-10-01T15:09:52.8255250Z Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
2021-10-01T15:09:52.8258720Z _CoreCompileTextureAtlases:
2021-10-01T15:09:52.8259570Z Skipping target "_CoreCompileTextureAtlases" because it has no inputs.
2021-10-01T15:09:52.8276660Z _BeforeCompileCoreMLModels:
2021-10-01T15:09:52.8278470Z   Directory "obj/iPhone/Release/coremlc" doesn't exist. Skipping.
2021-10-01T15:09:52.9204530Z _CoreOptimizePngImages:
2021-10-01T15:09:52.9206380Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/backgroundpattern.png obj/iPhone/Release/optimized/backgroundpattern.png 
2021-10-01T15:09:53.1461900Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/backgroundpattern@2x.png" "obj/iPhone/Release/optimized/backgroundpattern@2x.png" 
2021-10-01T15:09:53.4399680Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/backgroundpattern@3x.png" "obj/iPhone/Release/optimized/backgroundpattern@3x.png" 
2021-10-01T15:09:53.7319440Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/c_question_e.png obj/iPhone/Release/optimized/c_question_e.png 
2021-10-01T15:09:54.0876890Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/c_question_e@2x.png" "obj/iPhone/Release/optimized/c_question_e@2x.png" 
2021-10-01T15:09:54.2926770Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/c_question_e@3x.png" "obj/iPhone/Release/optimized/c_question_e@3x.png" 
2021-10-01T15:09:54.5874790Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/cards_on.png obj/iPhone/Release/optimized/cards_on.png 
2021-10-01T15:09:54.7784350Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_on@2x.png" "obj/iPhone/Release/optimized/cards_on@2x.png" 
2021-10-01T15:09:54.9566310Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_on@3x.png" "obj/iPhone/Release/optimized/cards_on@3x.png" 
2021-10-01T15:09:55.1538030Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/chart_bar.png obj/iPhone/Release/optimized/chart_bar.png 
2021-10-01T15:09:55.4610710Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/chart_bar@2x.png" "obj/iPhone/Release/optimized/chart_bar@2x.png" 
2021-10-01T15:09:55.6512570Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/chart_bar@3x.png" "obj/iPhone/Release/optimized/chart_bar@3x.png" 
2021-10-01T15:09:55.8330390Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/circlebinder.png obj/iPhone/Release/optimized/circlebinder.png 
2021-10-01T15:09:56.2137610Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circlebinder@2x.png" "obj/iPhone/Release/optimized/circlebinder@2x.png" 
2021-10-01T15:09:56.6233690Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circlebinder@3x.png" "obj/iPhone/Release/optimized/circlebinder@3x.png" 
2021-10-01T15:09:56.8297610Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/circlebook.png obj/iPhone/Release/optimized/circlebook.png 
2021-10-01T15:09:57.0111400Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circlebook@2x.png" "obj/iPhone/Release/optimized/circlebook@2x.png" 
2021-10-01T15:09:57.1942530Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circlebook@3x.png" "obj/iPhone/Release/optimized/circlebook@3x.png" 
2021-10-01T15:09:57.3814020Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/circleclapperboard.png obj/iPhone/Release/optimized/circleclapperboard.png 
2021-10-01T15:09:57.7122230Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circleclapperboard@2x.png" "obj/iPhone/Release/optimized/circleclapperboard@2x.png" 
2021-10-01T15:09:57.9128380Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circleclapperboard@3x.png" "obj/iPhone/Release/optimized/circleclapperboard@3x.png" 
2021-10-01T15:09:58.1884450Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/circledocument.png obj/iPhone/Release/optimized/circledocument.png 
2021-10-01T15:09:58.3730550Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circledocument@2x.png" "obj/iPhone/Release/optimized/circledocument@2x.png" 
2021-10-01T15:09:58.5560170Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circledocument@3x.png" "obj/iPhone/Release/optimized/circledocument@3x.png" 
2021-10-01T15:09:58.7438030Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/circlenote.png obj/iPhone/Release/optimized/circlenote.png 
2021-10-01T15:09:58.9233240Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circlenote@2x.png" "obj/iPhone/Release/optimized/circlenote@2x.png" 
2021-10-01T15:09:59.1071670Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/circlenote@3x.png" "obj/iPhone/Release/optimized/circlenote@3x.png" 
2021-10-01T15:09:59.2978500Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/close.png obj/iPhone/Release/optimized/close.png 
2021-10-01T15:09:59.4747340Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/close@2x.png" "obj/iPhone/Release/optimized/close@2x.png" 
2021-10-01T15:09:59.6516280Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/close@3x.png" "obj/iPhone/Release/optimized/close@3x.png" 
2021-10-01T15:09:59.8280650Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/contacts.png obj/iPhone/Release/optimized/contacts.png 
2021-10-01T15:10:00.0057150Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/contacts@2x.png" "obj/iPhone/Release/optimized/contacts@2x.png" 
2021-10-01T15:10:00.1831030Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/contacts@3x.png" "obj/iPhone/Release/optimized/contacts@3x.png" 
2021-10-01T15:10:00.3625780Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/engine.png obj/iPhone/Release/optimized/engine.png 
2021-10-01T15:10:00.5377310Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/engine@2x.png" "obj/iPhone/Release/optimized/engine@2x.png" 
2021-10-01T15:10:00.9608220Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/engine@3x.png" "obj/iPhone/Release/optimized/engine@3x.png" 
2021-10-01T15:10:01.1459560Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/feedback.png obj/iPhone/Release/optimized/feedback.png 
2021-10-01T15:10:01.3223890Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/feedback@2x.png" "obj/iPhone/Release/optimized/feedback@2x.png" 
2021-10-01T15:10:01.4987120Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/feedback@3x.png" "obj/iPhone/Release/optimized/feedback@3x.png" 
2021-10-01T15:10:01.6746120Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/floors_off.png obj/iPhone/Release/optimized/floors_off.png 
2021-10-01T15:10:01.8523010Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/floors_off@2x.png" "obj/iPhone/Release/optimized/floors_off@2x.png" 
2021-10-01T15:10:02.0300740Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/floors_off@3x.png" "obj/iPhone/Release/optimized/floors_off@3x.png" 
2021-10-01T15:10:02.2079150Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/hierarchy.png obj/iPhone/Release/optimized/hierarchy.png 
2021-10-01T15:10:02.5689790Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/hierarchy@2x.png" "obj/iPhone/Release/optimized/hierarchy@2x.png" 
2021-10-01T15:10:02.7691200Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/hierarchy@3x.png" "obj/iPhone/Release/optimized/hierarchy@3x.png" 
2021-10-01T15:10:02.9543710Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/ic_visible_off.png obj/iPhone/Release/optimized/ic_visible_off.png 
2021-10-01T15:10:03.1346340Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/ic_visible_off@2x.png" "obj/iPhone/Release/optimized/ic_visible_off@2x.png" 
2021-10-01T15:10:03.5339900Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/ic_visible_off@3x.png" "obj/iPhone/Release/optimized/ic_visible_off@3x.png" 
2021-10-01T15:10:03.7349790Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/ic_visible_on.png obj/iPhone/Release/optimized/ic_visible_on.png 
2021-10-01T15:10:03.9176310Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/ic_visible_on@2x.png" "obj/iPhone/Release/optimized/ic_visible_on@2x.png" 
2021-10-01T15:10:04.0998840Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/ic_visible_on@3x.png" "obj/iPhone/Release/optimized/ic_visible_on@3x.png" 
2021-10-01T15:10:04.2860870Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/interop.png obj/iPhone/Release/optimized/interop.png 
2021-10-01T15:10:04.5867240Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/interop@2x.png" "obj/iPhone/Release/optimized/interop@2x.png" 
2021-10-01T15:10:04.8114000Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/interop@3x.png" "obj/iPhone/Release/optimized/interop@3x.png" 
2021-10-01T15:10:05.0445660Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/logo_surgent_dark.png obj/iPhone/Release/optimized/logo_surgent_dark.png 
2021-10-01T15:10:05.3331500Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/logo_surgent_dark@2x.png" "obj/iPhone/Release/optimized/logo_surgent_dark@2x.png" 
2021-10-01T15:10:05.5540040Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/logo_surgent_dark@3x.png" "obj/iPhone/Release/optimized/logo_surgent_dark@3x.png" 
2021-10-01T15:10:05.7823960Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/logo_surgent_sc.png obj/iPhone/Release/optimized/logo_surgent_sc.png 
2021-10-01T15:10:05.9789330Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/logo_surgent_sc@2x.png" "obj/iPhone/Release/optimized/logo_surgent_sc@2x.png" 
2021-10-01T15:10:06.1839390Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/logo_surgent_sc@3x.png" "obj/iPhone/Release/optimized/logo_surgent_sc@3x.png" 
2021-10-01T15:10:06.5888390Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/new_notification.png obj/iPhone/Release/optimized/new_notification.png 
2021-10-01T15:10:06.9686120Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/new_notification@2x.png" "obj/iPhone/Release/optimized/new_notification@2x.png" 
2021-10-01T15:10:07.3368870Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/new_notification@3x.png" "obj/iPhone/Release/optimized/new_notification@3x.png" 
2021-10-01T15:10:07.5333290Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/partypopper.png obj/iPhone/Release/optimized/partypopper.png 
2021-10-01T15:10:07.7114960Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/partypopper@2x.png" "obj/iPhone/Release/optimized/partypopper@2x.png" 
2021-10-01T15:10:07.8985230Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/partypopper@3x.png" "obj/iPhone/Release/optimized/partypopper@3x.png" 
2021-10-01T15:10:08.0793220Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/read_on.png obj/iPhone/Release/optimized/read_on.png 
2021-10-01T15:10:08.2628000Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/read_on@2x.png" "obj/iPhone/Release/optimized/read_on@2x.png" 
2021-10-01T15:10:08.4409000Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/read_on@3x.png" "obj/iPhone/Release/optimized/read_on@3x.png" 
2021-10-01T15:10:08.6232390Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/right_arrow.png obj/iPhone/Release/optimized/right_arrow.png 
2021-10-01T15:10:08.7992130Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/right_arrow@2x.png" "obj/iPhone/Release/optimized/right_arrow@2x.png" 
2021-10-01T15:10:08.9754170Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/right_arrow@3x.png" "obj/iPhone/Release/optimized/right_arrow@3x.png" 
2021-10-01T15:10:09.2336450Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/right_arrow_launch.png obj/iPhone/Release/optimized/right_arrow_launch.png 
2021-10-01T15:10:09.4168850Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/right_arrow_launch@2x.png" "obj/iPhone/Release/optimized/right_arrow_launch@2x.png" 
2021-10-01T15:10:09.8367480Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/right_arrow_launch@3x.png" "obj/iPhone/Release/optimized/right_arrow_launch@3x.png" 
2021-10-01T15:10:10.0239890Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/studysession.png obj/iPhone/Release/optimized/studysession.png 
2021-10-01T15:10:10.2263310Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/studysession@2x.png" "obj/iPhone/Release/optimized/studysession@2x.png" 
2021-10-01T15:10:10.4697820Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/studysession@3x.png" "obj/iPhone/Release/optimized/studysession@3x.png" 
2021-10-01T15:10:10.7355880Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/temple_selected.png obj/iPhone/Release/optimized/temple_selected.png 
2021-10-01T15:10:10.9174600Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/temple_selected@2x.png" "obj/iPhone/Release/optimized/temple_selected@2x.png" 
2021-10-01T15:10:11.0970660Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/temple_selected@3x.png" "obj/iPhone/Release/optimized/temple_selected@3x.png" 
2021-10-01T15:10:11.2759250Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/video_player_on.png obj/iPhone/Release/optimized/video_player_on.png 
2021-10-01T15:10:11.4517840Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_on@2x.png" "obj/iPhone/Release/optimized/video_player_on@2x.png" 
2021-10-01T15:10:11.6279910Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_on@3x.png" "obj/iPhone/Release/optimized/video_player_on@3x.png" 
2021-10-01T15:10:11.8039570Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/cards_green.png obj/iPhone/Release/optimized/cards_green.png 
2021-10-01T15:10:11.9880580Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_green@2x.png" "obj/iPhone/Release/optimized/cards_green@2x.png" 
2021-10-01T15:10:12.1812600Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_green@3x.png" "obj/iPhone/Release/optimized/cards_green@3x.png" 
2021-10-01T15:10:12.3904920Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/cards_grey.png obj/iPhone/Release/optimized/cards_grey.png 
2021-10-01T15:10:12.5760380Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_grey@2x.png" "obj/iPhone/Release/optimized/cards_grey@2x.png" 
2021-10-01T15:10:12.7708930Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_grey@3x.png" "obj/iPhone/Release/optimized/cards_grey@3x.png" 
2021-10-01T15:10:13.0126690Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/cards_orange.png obj/iPhone/Release/optimized/cards_orange.png 
2021-10-01T15:10:13.2029000Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_orange@2x.png" "obj/iPhone/Release/optimized/cards_orange@2x.png" 
2021-10-01T15:10:13.4029540Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_orange@3x.png" "obj/iPhone/Release/optimized/cards_orange@3x.png" 
2021-10-01T15:10:13.6111120Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/cards_white.png obj/iPhone/Release/optimized/cards_white.png 
2021-10-01T15:10:13.7970730Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_white@3x.png" "obj/iPhone/Release/optimized/cards_white@3x.png" 
2021-10-01T15:10:14.0121440Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/cards_white@2x.png" "obj/iPhone/Release/optimized/cards_white@2x.png" 
2021-10-01T15:10:14.2134270Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/close_white.png obj/iPhone/Release/optimized/close_white.png 
2021-10-01T15:10:14.3904930Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/close_white@2x.png" "obj/iPhone/Release/optimized/close_white@2x.png" 
2021-10-01T15:10:14.5692820Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/close_white@3x.png" "obj/iPhone/Release/optimized/close_white@3x.png" 
2021-10-01T15:10:14.7485100Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/thumb_up_green@3x.png" "obj/iPhone/Release/optimized/thumb_up_green@3x.png" 
2021-10-01T15:10:14.9461050Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/thumb_up_green.png obj/iPhone/Release/optimized/thumb_up_green.png 
2021-10-01T15:10:15.3525660Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/thumb_up_green@2x.png" "obj/iPhone/Release/optimized/thumb_up_green@2x.png" 
2021-10-01T15:10:15.5528090Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/thumb_up_grey@3x.png" "obj/iPhone/Release/optimized/thumb_up_grey@3x.png" 
2021-10-01T15:10:15.7585430Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/thumb_up_grey@2x.png" "obj/iPhone/Release/optimized/thumb_up_grey@2x.png" 
2021-10-01T15:10:15.9484890Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/thumb_up_grey.png obj/iPhone/Release/optimized/thumb_up_grey.png 
2021-10-01T15:10:16.1318920Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/video_player_white.png obj/iPhone/Release/optimized/video_player_white.png 
2021-10-01T15:10:16.3121900Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_white@2x.png" "obj/iPhone/Release/optimized/video_player_white@2x.png" 
2021-10-01T15:10:16.7006170Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_white@3x.png" "obj/iPhone/Release/optimized/video_player_white@3x.png" 
2021-10-01T15:10:17.0873950Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_green@3x.png" "obj/iPhone/Release/optimized/video_player_green@3x.png" 
2021-10-01T15:10:17.4121860Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_green@2x.png" "obj/iPhone/Release/optimized/video_player_green@2x.png" 
2021-10-01T15:10:17.6004950Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/video_player_green.png obj/iPhone/Release/optimized/video_player_green.png 
2021-10-01T15:10:17.9829070Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_grey@3x.png" "obj/iPhone/Release/optimized/video_player_grey@3x.png" 
2021-10-01T15:10:18.1994110Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_grey@2x.png" "obj/iPhone/Release/optimized/video_player_grey@2x.png" 
2021-10-01T15:10:18.9770510Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/video_player_grey.png obj/iPhone/Release/optimized/video_player_grey.png 
2021-10-01T15:10:18.9774150Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/pages_orange@3x.png" "obj/iPhone/Release/optimized/pages_orange@3x.png" 
2021-10-01T15:10:18.9775800Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/pages_orange@2x.png" "obj/iPhone/Release/optimized/pages_orange@2x.png" 
2021-10-01T15:10:18.9777880Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/pages_orange.png obj/iPhone/Release/optimized/pages_orange.png 
2021-10-01T15:10:19.1479330Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/pages_grey@3x.png" "obj/iPhone/Release/optimized/pages_grey@3x.png" 
2021-10-01T15:10:19.3485460Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/pages_grey@2x.png" "obj/iPhone/Release/optimized/pages_grey@2x.png" 
2021-10-01T15:10:19.5441910Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/pages_grey.png obj/iPhone/Release/optimized/pages_grey.png 
2021-10-01T15:10:19.7307820Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/pages_white@3x.png" "obj/iPhone/Release/optimized/pages_white@3x.png" 
2021-10-01T15:10:19.9380530Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/pages_white@2x.png" "obj/iPhone/Release/optimized/pages_white@2x.png" 
2021-10-01T15:10:20.1313900Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/pages_white.png obj/iPhone/Release/optimized/pages_white.png 
2021-10-01T15:10:20.3205770Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/book_orange.png obj/iPhone/Release/optimized/book_orange.png 
2021-10-01T15:10:20.5022820Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/book_orange@2x.png" "obj/iPhone/Release/optimized/book_orange@2x.png" 
2021-10-01T15:10:20.6941990Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/book_orange@3x.png" "obj/iPhone/Release/optimized/book_orange@3x.png" 
2021-10-01T15:10:20.9011180Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/thumb_up_s_green.png obj/iPhone/Release/optimized/thumb_up_s_green.png 
2021-10-01T15:10:21.0774470Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/thumb_up_s_green@2x.png" "obj/iPhone/Release/optimized/thumb_up_s_green@2x.png" 
2021-10-01T15:10:21.4841310Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/thumb_up_s_green@3x.png" "obj/iPhone/Release/optimized/thumb_up_s_green@3x.png" 
2021-10-01T15:10:21.6741760Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/thumb_up_s_grey@3x.png" "obj/iPhone/Release/optimized/thumb_up_s_grey@3x.png" 
2021-10-01T15:10:21.9887510Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/thumb_up_s_grey@2x.png" "obj/iPhone/Release/optimized/thumb_up_s_grey@2x.png" 
2021-10-01T15:10:22.1772290Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/thumb_up_s_grey.png obj/iPhone/Release/optimized/thumb_up_s_grey.png 
2021-10-01T15:10:22.3561620Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/book_s@3x.png" "obj/iPhone/Release/optimized/book_s@3x.png" 
2021-10-01T15:10:22.7421010Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/book_s@2x.png" "obj/iPhone/Release/optimized/book_s@2x.png" 
2021-10-01T15:10:22.9297550Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/book_s.png obj/iPhone/Release/optimized/book_s.png 
2021-10-01T15:10:23.1159440Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/book_s_orange@3x.png" "obj/iPhone/Release/optimized/book_s_orange@3x.png" 
2021-10-01T15:10:23.5281490Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/book_s_orange.png obj/iPhone/Release/optimized/book_s_orange.png 
2021-10-01T15:10:23.9223500Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/book_s_orange@2x.png" "obj/iPhone/Release/optimized/book_s_orange@2x.png" 
2021-10-01T15:10:24.2143270Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/temple@2x.png" "obj/iPhone/Release/optimized/temple@2x.png" 
2021-10-01T15:10:24.4150190Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/temple@3x.png" "obj/iPhone/Release/optimized/temple@3x.png" 
2021-10-01T15:10:24.7924580Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/temple.png obj/iPhone/Release/optimized/temple.png 
2021-10-01T15:10:25.0025880Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/iconconfig@2x.png" "obj/iPhone/Release/optimized/iconconfig@2x.png" 
2021-10-01T15:10:25.1847210Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/iconconfig@3x.png" "obj/iPhone/Release/optimized/iconconfig@3x.png" 
2021-10-01T15:10:25.4510690Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/iconconfig.png obj/iPhone/Release/optimized/iconconfig.png 
2021-10-01T15:10:25.6314170Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/missedquestions.png obj/iPhone/Release/optimized/missedquestions.png 
2021-10-01T15:10:25.8364400Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/missedquestions@2x.png" "obj/iPhone/Release/optimized/missedquestions@2x.png" 
2021-10-01T15:10:26.2459060Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/missedquestions@3x.png" "obj/iPhone/Release/optimized/missedquestions@3x.png" 
2021-10-01T15:10:26.5590860Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/pages_green.png obj/iPhone/Release/optimized/pages_green.png 
2021-10-01T15:10:26.9314420Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/pages_green@2x.png" "obj/iPhone/Release/optimized/pages_green@2x.png" 
2021-10-01T15:10:27.1238490Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/pages_green@3x.png" "obj/iPhone/Release/optimized/pages_green@3x.png" 
2021-10-01T15:10:27.3264010Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/video_player_orange.png obj/iPhone/Release/optimized/video_player_orange.png 
2021-10-01T15:10:27.5040820Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_orange@2x.png" "obj/iPhone/Release/optimized/video_player_orange@2x.png" 
2021-10-01T15:10:27.6859750Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/video_player_orange@3x.png" "obj/iPhone/Release/optimized/video_player_orange@3x.png" 
2021-10-01T15:10:27.8732690Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/book_open@2x.png" "obj/iPhone/Release/optimized/book_open@2x.png" 
2021-10-01T15:10:28.0617300Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "Resources/book_open@3x.png" "obj/iPhone/Release/optimized/book_open@3x.png" 
2021-10-01T15:10:28.2626620Z   /Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 Resources/book_open.png obj/iPhone/Release/optimized/book_open.png 
2021-10-01T15:10:28.5046870Z _CoreOptimizePropertyLists:

@cgwhouse
Copy link
Author

cgwhouse commented Oct 1, 2021

@ederbond That change is being tracked here: #4180

FYI, XCode 13 is available on the agents today. If you ever wanted to manually ensure your builds are using a given version of XCode, you could run this command prior to building (this has some Azure DevOps specifics in it, but you get the idea):

echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'/Applications/Xcode_13.0.app;sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer

@svaldetero
Copy link

Xamarin.iOS 15 isn't listed on the image readme, but my build suddenly failed today with "error MT0180: This version of Xamarin.iOS requires the iOS 15.0 SDK (shipped with Xcode 13.0)". Was it accidentally set to default? Since Xcode 13 won't be set to default until the 18th, previous build definitions that don't pin a version now fail. Is this something that can be fixed in the image or do I have to change my definition to point to Xcode 13 for the next two weeks (or pin a lower version of Xamarin.iOS)?

@miketimofeev
Copy link
Contributor

@svaldetero yes, Xamarin.iOS 15 was set as default and the image is currently being rolled out, that's why the Readme is not yet merged #4224
I'm afraid we can't fix it before the next week, so please either pin to Xcode 13 explicitly or lower Xamarin iOS version. Sorry for the inconvenience.

@miketimofeev
Copy link
Contributor

@cgwhouse @svaldetero the new image with Xamarin ios 15 was deployed.
I'm going to close the issue. Feel free to contact us if you have any concerns.
Thank you!

@miketimofeev miketimofeev removed the awaiting-deployment Code complete; awaiting deployment and/or deployment in progress label Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants