I have a big problem with my cross-platform project using Xamarin Studio. In my solution, I have 3 projects:
The auto-complete works perfectly fine in the 2 firsts, but it doesn't in the third one.
Anyone have an idea why? I'm on macOS Sierra.
Thanks, Philip
I've already found the solution to my problem.
I forgot to reference the Core project in the iOS project and the Android project.
Philip