Skip to content

Instantly share code, notes, and snippets.

@brendanzagaeski
Created January 24, 2014 17:53
Show Gist options
  • Save brendanzagaeski/8602459 to your computer and use it in GitHub Desktop.
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"
# 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.
@jzeferino
Copy link

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