Created
January 24, 2014 17:53
-
-
Save brendanzagaeski/8602459 to your computer and use it in GitHub Desktop.
Some steps to try if Xamarin Studio says "Error updating Xcode project. Invalid parameter"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Some steps to try if Xamarin Studio says "Error updating Xcode project. Invalid parameter" | |
1. Quit Xcode and Xamarin Studio. | |
2. Delete the `obj/` folder where Xamarin stores the generated Xcode files (or just the `obj/Xcode` folder, if you prefer) | |
3. Open the project in Xamarin Studio, and build the project. | |
4. Try to open the problematic XIB (or storyboard) file. | |
One more thing to try in case that doesn't work: add a new XIB (or storyboard) to the project, and then double-click that new file to open it in Xcode. |
Would be cool to try deleting ~/Library/Caches/VisualStudio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are usually the same steps I take, and on occasions they work, but not always. Which is greatly halting development.
You got any other ideas what might help resolve this issue?