Reputation: 8327
Project was copied over from a VS on Windows, on which it builds and runs okay through same Mac, onto an iPhone.
I just installed VS on the Mac. Anything special on it I need to do?
Upvotes: 1
Views: 872
Reputation: 1
I had this same error, but it was a clean/new project. In project's Options, under Build/Mac Signing, I checked 'Sign the application bundle; and selected the 'Mac Developer (Automatic)' identity.
Upvotes: 0
Reputation: 489
In the "Solution" pane, check if any of your projects have a blue info icon next to them that, when hovered over, display "Project not built in active configuration". If so, you might have to try the following to add them to the build:
The steps above were generated using Visual Studio for Mac Professional, v8.10.6 (build 10).
Upvotes: 0
Reputation: 863
Check for the default project selected to build & deploy.
Often when switching projects from Windows to Mac the default deploy project is selected as Droid. The same is for vice versa when switching projects from Mac to Windows the default deploy project is selected as iPhone.
If the problem still persists try to -
Upvotes: 1
Reputation: 987
Try the following:
Upvotes: 0