Skip to content
  • Gregor Jasny's avatar
    OS X: Look for Xcode 5 platform-specific Frameworks · 52642b46
    Gregor Jasny authored and Brad King's avatar Brad King committed
    
    
    The Xcode 5 platform specific framework locations differ from the Xcode
    6 ones.  Look first for the Xcode 6 ones, then for iOS Xcode 5 ones and
    last for the Xcode 5 OS X ones.
    
    For reference, the XCTest.framework is located as follows:
    
     Xcode511.app/Contents/Developer/Library/Frameworks/XCTest.framework
     Xcode511.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/Developer/Library/Frameworks/XCTest.framework
     Xcode511.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/Developer/Library/Frameworks/XCTest.framework
    
     Xcode601.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework
     Xcode601.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework
     Xcode601.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework
    
    Signed-off-by: default avatarGregor Jasny <gjasny@googlemail.com>
    52642b46