Skip to content

Commit 97a25ff

Browse files
Update Readme.md
1 parent 93f9096 commit 97a25ff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ Even with that Visual Studio can still be very temperamental with long file path
8888
2. Make sure you didn't skip step 1.
8989
3. Clear your local NuGet cache AND your local XamarinBuildDownload cache.
9090
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.
9496

9597
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.
9698

0 commit comments

Comments
 (0)