Skip to content

Feature/fix ios simulator build#6

Merged
jonathanantoine merged 35 commits intomainfrom
feature/fix-ios-simulator-build
Apr 18, 2025
Merged

Feature/fix ios simulator build#6
jonathanantoine merged 35 commits intomainfrom
feature/fix-ios-simulator-build

Conversation

@jonathanantoine
Copy link
Owner

No description provided.

@jonathanantoine jonathanantoine requested a review from Copilot April 18, 2025 14:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR aims to resolve iOS simulator build issues by adjusting build parameters in the NuGet build workflow.

  • Removed the explicit exclusion of the arm64 architecture for the iOS simulator build.
  • Clarified build configuration for compatibility with various simulator architectures.
Files not reviewed (1)
  • SDWebImage-dotnet.csproj: Language not supported
Comments suppressed due to low confidence (1)

.github/workflows/build-nuget.yml:69

  • Removing the exclusion of 'arm64' may inadvertently allow builds including arm64 for simulators, potentially causing issues on certain architectures. Consider verifying the intended supported architectures or adding an inline comment for clarification.
EXCLUDED_ARCHS="arm64"

@jonathanantoine jonathanantoine merged commit 731d982 into main Apr 18, 2025
1 check passed
@jonathanantoine jonathanantoine deleted the feature/fix-ios-simulator-build branch April 18, 2025 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants