-
Notifications
You must be signed in to change notification settings - Fork 50
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
This fails to build with a Generic iOS Device, use of undeclared type 'VectorArithmetic' #2
Comments
I recently had the same issue. The fix I found is to copy and paste the library onto your app rather than use it as a package. I have filed a report, and am awaiting a better fix. |
I will keep this issue open until a better solution is obtained. |
That workaround worked for me, thank you! |
@kieranb662 @lucasteng123 Do you have more details about the workaround? Nothing seems to help here. I have the same Any ideas what I'm doing wrong (at least for the workaround)? Thanks! |
Thanks @literalpie! I will give it a try another time! |
I'm only having this issue while profiling. Build&Run works with no problems at all. I tried adding the solution in the comments but no luck. |
Both when included in my own project, and with the example project attached. Will compile and run with the simulator, or real devices. Will not build by itself though
The text was updated successfully, but these errors were encountered: