On 20 Jan 2015, at 7:07 AM, Sean McBride <[email protected]> wrote:

> Now that I'm back at work... here's the diff where we *undid* exactly that 
> change that Xcode 6 made:
> 
> -                     productType = 
> "com.apple.product-type.bundle.ocunit-test";
> +                     productType = "com.apple.product-type.bundle";
> 
> I consider it a bug that Xcode 6 should break my project that way since my 
> dev & deployment targets are 10.8 everywhere.

By all means, report it, but I’d expect “works as intended.” The change is an 
adaptation to a new development environment, not a change to the product 
itself. Now that XCTest makes OCUnit one of two alternatives, the productType 
has to identify OCUnit explicitly.

All the things Xcode does to annotate developer code with implementation 
details is annoying. Half my commit messages are “More IB voodoo.” I can see 
how it can’t be avoided, and also how it could make trouble of its own.

        — F


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to