Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Fix failing submission tests for net8.0-xcode15 updates #55

Merged

Conversation

haritha-mohan
Copy link
Contributor

All tests are passing with the exception of the watchOS intents sample. This is because of a mismatch in min os version support due to the recent change of armv7k arch no longer being supported and the defined version in Xamarin.framework.

Contributes to /~https://github.com/xamarin/maccore/issues/2696

armv7k issue: dotnet/macios#18902
xamarin.framework versions updated: dotnet/macios#18912

Merge after #53 , #54

haritha-mohan and others added 6 commits September 5, 2023 09:03
All tests are passing with the exception of the watchOS intents sample.
This is because of a mismatch in min os version support due to the recent
change of armv7k arch no longer being supported and the defined version
in Xamarin.framework.
This makes us actually treat the extension as an extension, and embed it in
the app bundle.
We build using a very specific version of .NET + our workloads, so make sure
to use the .NET version we want (the current one), instead of an older .NET
version.
@haritha-mohan haritha-mohan merged commit 7640569 into xamarin:net8.0-xcode15 Sep 7, 2023
@haritha-mohan haritha-mohan deleted the fix-failing-tests branch September 7, 2023 14:07
haritha-mohan added a commit that referenced this pull request Oct 13, 2023
* Fix failing submission tests for net8.0-xcode15 updates (#55)

* Fix failing submission tests for net8.0-xcode15 updates

All tests are passing with the exception of the watchOS intents sample.
This is because of a mismatch in min os version support due to the recent
change of armv7k arch no longer being supported and the defined version
in Xamarin.framework.

---------

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>

* Update WatchOSIntents version and arch for Xcode 15 (#56)

---------

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants