Search code examples
c#macosxamarinmonoxamarin-studio

Xamarin studio : Autocomplete doesn't work in shared project


I have a big problem with my cross-platform project using Xamarin Studio. In my solution, I have 3 projects:

  • iOS project
  • Android project
  • Core project (for model, data, ...)

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


Solution

  • 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