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 Projects Fail to Build #2219

Open
MeharDT opened this issue Apr 7, 2024 · 0 comments
Open

iOS Projects Fail to Build #2219

MeharDT opened this issue Apr 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MeharDT
Copy link
Contributor

MeharDT commented Apr 7, 2024

Release Type: Official Release

Version: 4.2.0.2122, 4.1.x

Platform(s): iOS

Describe the bug
iOS projects in Stride 4.1 and 4.2 will show the following errors in the AppDelegate class when attempting to build.

Error	CS0234	The type or namespace name 'Starter' does not exist in the namespace 'Stride' (are you missing an assembly reference?)
Error	CS0246	The type or namespace name 'StrideApplicationDelegate' could not be found (are you missing a using directive or an assembly reference?)

To Reproduce
Steps to reproduce the behavior:

  1. Start Stride 4.2.0.2122
  2. Create a New Game project for iOS
  3. Once Stride Game Studio has loaded, open the Visual Studio solution and build the iOS project

Expected behavior
The errors should not be thrown and the iOS platform should build successfully.

Additional context
Does not occur in Stride 4.0 projects.

@MeharDT MeharDT added the bug Something isn't working label Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant