-
-
Notifications
You must be signed in to change notification settings - Fork 978
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
Comments
I encountered the same issue. Do you find a solution to solve it? |
Hi, I haven't had a chance to properly debug this at a source level yet and I don't know if anyone else has either. If you need Stride and iOS support the only solution at the moment seems to be to use version 4.0 and upgrade once fixed. |
Hello @Arktische, are you sure you were getting the same errors originally in your Stride iOS project? Specifically regarding the missing namespaces? |
I don't have an iOS machine so can't help with anything beyond this single post. Also be aware in that same commit the EditText control for iOS throws a bunch of |
Thanks for your reply, so is iOS build not available for stride4.2 or there's any way to replace this |
I don't know. When the Android version was changed, xen2 simplified the code in this commit 3ce7fac I think if you want to replace |
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.
To Reproduce
Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered: