You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,11 @@ Even with that Visual Studio can still be very temperamental with long file path
88
88
2. Make sure you didn't skip step 1.
89
89
3. Clear your local NuGet cache AND your local XamarinBuildDownload cache.
90
90
4. Make sure you didn't skip step 3.
91
-
5. Run a `dotnet restore` for your project/solution from the command line.
92
-
6. Build your project/solution successfully from the command line.
93
-
7. Make sure you didn't skip step 6.
91
+
5. Delete your project `bin` and `obj` folders.
92
+
6. Make sure you didn't skip step 5.
93
+
7. Run a `dotnet restore` for your project/solution from the command line.
94
+
8. Build your project/solution successfully from the command line.
95
+
9. Make sure you didn't skip step 8.
94
96
95
97
Now you should be able to build and debug your iOS app in Visual Studio. It will probably still choke during archiving though, so either do that step directly on a mac or try it on the CLI as well.
0 commit comments