Saravanan
Saravanan

Reputation: 45

Xamarin Component .xam file not getting created

I have been creating a Xamarin Component package by following this guide.

The .yaml file already has created, but the .xam file is not getting created.

My command console is showing:

No projects listed, and no_build not given, searching for solutions...

But I have followed all the steps mentioned by xamarin component submission guide. What is the issue?

Upvotes: 0

Views: 96

Answers (1)

Demitrian
Demitrian

Reputation: 3230

The error which you posted tells me that you either:

  1. Don't have the correct project structure for your component
  2. Have not included the source code for your component in the src folder
  3. Have not updated your Component.yaml to include the build element

Upvotes: 0

Related Questions