You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there!
I followed the instructions step by step, but Xamarin project could not see the namespace MathFuncs that you made on files .so and .a, as well.
Because of that I can not use "using MathFuncs" and I get always that error.
Could you help me, please?
/Users/.../Projects/MathFuncsApp/MathFuncsApp/MainPage.xaml.cs(3,3): Error CS0246: The type or namespace name 'MyMathFuncs' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (MathFuncsApp)
Hello there!
I followed the instructions step by step, but Xamarin project could not see the namespace MathFuncs that you made on files .so and .a, as well.
Because of that I can not use "using MathFuncs" and I get always that error.
Could you help me, please?
/Users/.../Projects/MathFuncsApp/MathFuncsApp/MainPage.xaml.cs(3,3): Error CS0246: The type or namespace name 'MyMathFuncs' could not be found (are you missing a using directive or an assembly reference?) (CS0246) (MathFuncsApp)