Closed bezysoftware closed 5 years ago
Thank you for issue reporting. In my PC, The XUIComponents sample succeeded build. But the similar issue was reported who have updated Visual studio 2019 16.1.0. It seems like VS Tools for Tizen issue in VS2019 16.1.0. The issue was raised in VS Tools for Tizen git (not public git)
There is two workaround way to avoid build error.
<PropertyGroup>
<TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
Setting those two lines did the trick, thanks!
Bear with me, this is hard to believe, but this comes after 4 hours straight of googling (with 25+ years of pro experience):
@jkpu 's solution above also fixes the error below that causes Nuget to fail to download ANY packages for the solution:
Install-Package : Invalid restore input. Missing required property 'Name'
(note the property is 'Name', not the other property that shows up often in Google searches for this error message, property which shall not be named here :-) )
(This error occurs for the Tizen project. )
Describe the bug I am not able to build the samples. The error says "The TargetFramework value 'tizen40' was not recognized. It may be misspelled. If not, then the TargetFrameworkIdentifier and/or TargetFrameworkVersion properties must be specified explicitly."
To Reproduce Clone the repo, try to build XUIComponents solution
Expected behavior Build the solution
Environment (please complete the following information):
After I open the solution I get this error:
With this log file: