nor0x / Dots

the 🙂 friendly .NET SDK manager
https://H3Y.studio/dots
285 stars 23 forks source link

The target _CollectBundleResources does not exist in the project #12

Closed kfrancis closed 1 year ago

kfrancis commented 1 year ago

I'm getting the following error trying to build src/Dots.sln:

error MSB4057: The target "_CollectBundleResources" does not exist in the project.

danielmartind commented 1 year ago

Check the framework you're building for. Mine was set to maccatalyst so had to change to windows

image

kfrancis commented 1 year ago

That was it exactly. Gah, VS. Why does it use the "Windows Machine" moniker but have maccatalyst selected?

Thank you! Very nice tool!