Skip to content

Feature/fix ios simulator build #6

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

Merged
merged 35 commits into from
Apr 18, 2025

Conversation

jonathanantoine
Copy link
Owner

No description provided.

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

@Copilot 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.

1 participant