Hello!
I need your help, friends.
After upgrading Visual Studio for Mac to version 7.4 (build 1033), I had problems with the "Archive for Publishing" command for the iOS project.
As usual, I select the Release configuration and execute the "Archive for Publishing" command. The operation fails. In the text of the error, I see the following:
Metadata file '/Users/admin/projects/solution/project/pcl/bin/Debug/netstandard2.0/project.dll' could not be found
The archive refers to Debug project.dll!
In this case, the assembly in the release is completed successfully (the designated file is also missing physically).
What's happening?