Skip to content

iOS build broken in dotnet-runtime-perf pipeline #5062

@LoopedBard3

Description

@LoopedBard3

The output location of the iOS app seems to have changed causing the dotnet-runtime-perf pipeline to fail to find the built HelloiOS app where it expects it. Here is the error:

##[warning]No file or directory found - /Users/runner/work/1/s/src/mono/sample/iOS/bin/ios-arm64/Bundle/HelloiOS/Release-iphoneos/HelloiOS.app
Found 1 files
Archiving file: HelloiOS.app
files=HelloiOS.app
/usr/bin/zip -r /Users/runner/work/1/a/iOSSampleAppMonoFullAOTNoLLVMNoSymbols.zip HelloiOS.app
##[error]Error: Archive creation failed for archive file: /Users/runner/work/1/a/iOSSampleAppMonoFullAOTNoLLVMNoSymbols.zip 

The previously expected path was /Users/runner/work/1/s/src/mono/sample/iOS/bin/ios-arm64/Bundle/HelloiOS/Release-iphoneos/HelloiOS.app and it seems the new path may be something under /Users/runner/work/1/s/src/mono/sample/iOS/bin/ios-arm64/publish/ but the binlog does not make it clear where to look now.

Example failure: https://dev.azure.com/dnceng/internal/_build/results?buildId=2854655&view=results

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency file

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions