You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2024. It is now read-only.
When attempting to publish the app for iOS using .NET version 8.0.100-rtm.23479.1, the publish fails with:
performance/src/scenarios/mauiiospodcast/dotnet-podcasts/src/Mobile/Controls/Player.xaml.cs(54,9): error CS0103: The name 'podcastImage' does not exist in the current context
performance/src/scenarios/mauiiospodcast/dotnet-podcasts/src/Mobile/Controls/Player.xaml.cs(55,9): error CS0103: The name 'duration' does not exist in the current context
Description
When attempting to publish the app for iOS using .NET version
8.0.100-rtm.23479.1, the publish fails with:The same issue occured on the CI (https://dev.azure.com/dnceng/internal/_build/results?buildId=2276822&view=logs&j=c04974e3-584c-5152-8f00-7b886e6c86dc&t=1bd054e9-6573-5c14-ef83-f6e1ac550017) with
8.0.100-rc.2version. These components seems to be defined only when for macOS:dotnet-podcasts/src/Mobile/Controls/Player.xaml
Lines 45 to 67 in df5d09c
However, they are referenced here:
dotnet-podcasts/src/Mobile/Controls/Player.xaml.cs
Lines 45 to 56 in df5d09c
Repro steps
net8.0branchdotnet publish ./dotnet-podcasts/src/Mobile/Microsoft.NetConf2021.Maui.csproj --runtime ios-arm64 --framework net8.0-ios/cc: @LoopedBard3 @ivanpovazan