Can’t Select Xcode Version

Issue #30 wontfix
Jeff Kelley created an issue

When you have two versions of Xcode installed on your system, there’s no UI from within Faux Pas to determine which of them will be used to analyze the project. This is particularly important when you’re using the dot syntax for properties checks, as iOS 8 moves several methods to properties, but I want to stay on Xcode 5 and iOS 7 for now.

Comments (5)

  1. Ali Rantakari repo owner

    This is possible to do using environment variables and xcode-select, as outlined in the documentation.

  2. Log in to comment