0

I'm trying to build for iOS 7 from the command line using a makefile, but I have already installed 8.4 SDK. I followed the standard procedure to install it using Xcode and it seems to be installed, as shown in the screen shot below.

enter image description here

However, when trying to find the SDK with xcodebuild I doesn't show. Here's my output:

$ xcodebuild -showsdks
2015-09-09 14:59:33.587 xcodebuild[85926:12435307] [MT] PluginLoading: Required plug-in compatibility UUID 7FDF5C7A-131F-4ABB-9EDC-8C5F8F0B8A90 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/VVDocumenter-Xcode.xcplugin' not present in DVTPlugInCompatibilityUUIDs
OS X SDKs:
    OS X 10.9                       -sdk macosx10.9
    OS X 10.10                      -sdk macosx10.10

iOS SDKs:
    iOS 8.4                         -sdk iphoneos8.4

iOS Simulator SDKs:
    Simulator - iOS 8.4             -sdk iphonesimulator8.4

What do I need to do?

André Fratelli
  • 5,920
  • 7
  • 46
  • 87

0 Answers0