Skip to content
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

iOS Project Template Updated to Support .NET 6 #1833

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

MeharDT
Copy link
Contributor

@MeharDT MeharDT commented Sep 23, 2023

PR Details

The iOS .csproj template does not support .NET Core, this results in various exceptions when generating iOS projects with Stride 4.1.

Description

The template file was updated to support .NET Core/6.0, GenerateAssemblyInfo is false to avoid build conflicts with the Stride generated AssemblyInfo file.

Related Issue

#1414

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

- Updated iOS template .csproj to support .NET Core/6.0, Stride will no longer throw an error when generating iOS projects
@MeharDT
Copy link
Contributor Author

MeharDT commented Sep 23, 2023

iOS projects generated from the Stride source code do not currently build, I believe this is unrelated to the iOS csproj as the issues are documented elsewhere for the Android platform.

#1565 (comment)

#1456 (comment)

@Eideren Eideren merged commit 1c04a62 into stride3d:master Sep 24, 2023
1 check passed
@Eideren
Copy link
Collaborator

Eideren commented Sep 24, 2023

Thanks !

@Eideren Eideren mentioned this pull request Nov 12, 2023
4 tasks
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