groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
597 stars 155 forks source link

Moved test targets into separate schemes #7

Closed njdehoog closed 9 years ago

njdehoog commented 9 years ago

When trying to build the Swift2 branch using carthage update, the compiler failed on building the test target. I'm not sure why it fails to build the test target, but moving the test targets into separate schemes prevents them from being build when using Carthage, which is probably a good thing either way.

groue commented 9 years ago

All right, thanks for the notice. Can you please show me how to tell carthage to use Xcode 7?

njdehoog commented 9 years ago

Sure, this should do it: sudo xcode-select -s /Applications/Xcode-beta.app/

You can also change it from the Xcode preferences -> Locations panel.

groue commented 9 years ago

Thank you very much. Let me check and come back to you.

groue commented 9 years ago

Hi @njdehoog.

I believe your issue is solved now. Can you please confirm?

I did not merge your pull request because your patch prevents Xcode from testing the regular targets. Instead, I did add two Carthage-targeted shared schemes which do not include the test targets. The result is the same for you, and better for me.

Thanks for the initial notice!

njdehoog commented 9 years ago

Yup, it seems to work now :) Thanks @groue!

groue commented 9 years ago

Happy Mustache :-)