Skip to content
Shirley Yang edited this page Oct 26, 2019 · 1 revision

Xcode

We are using Xcode version 9.2 for this project.

Resolving Xcode Compatibility Issues:

If you cannot open the project in Xcode, it may be that your version of Xcode has a lower compatibility version. The current compatibility version is "Xcode 8.0", which is compatible for all Xcode versions down to Xcode 8.0. To resolve issue:

  1. Open the dda-tap project folder.
  2. Right-click on file dda-tap.xcodeproj. Click on "Show Package Contents".
  3. Open the file project.pbxproj in Xcode.
  4. In file, search for "Compatibility Version" and "Object Version".
  5. Change Compatibility Version to "Xcode 8.0" and the Object Version to "48" (both with the quotations).