2170 build warnings

Looks like 2170 is trying to build with the older Xcode SDK first.  Seemed odd, so just thought I would mention it for the Corona folks.

Here are the warnings I got:

WARNING: Your SDK may be out of date b/c the following SDK directory could not be found:    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk
WARNING: Using the following SDK instead:     /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk

Probably should be reversed.  Try the iPhoneOS7.0.sdk one first, then fall back to the iPhoneOS6.1.sdk one and give the error about SDK being out of date.

I’m pretty sure this is harmless, but I’ll bring it up to engineering.

Rob

Yeah, didn’t really think it was a concern, but just seemed odd so thought I would mention it.

Just to make sure, can you do a:

xcode-select --print-path

from the terminal and make sure it’s:  /Applications/Xcode.app/Contents/Developer

Thanks

Rob

Yup, it is.  By odd, I meant that it checked for the 6.1 version before the 7.0 version.

Same here.

My path is 

/Applications/Xcode.app/Contents/Developer

I’m pretty sure this is harmless, but I’ll bring it up to engineering.

Rob

Yeah, didn’t really think it was a concern, but just seemed odd so thought I would mention it.

Just to make sure, can you do a:

xcode-select --print-path

from the terminal and make sure it’s:  /Applications/Xcode.app/Contents/Developer

Thanks

Rob

Yup, it is.  By odd, I meant that it checked for the 6.1 version before the 7.0 version.

Same here.

My path is 

/Applications/Xcode.app/Contents/Developer