guard / rb-fsevent

FSEvents API with signals handled (without RubyCocoa)

Home Page:https://rubygems.org/gems/rb-fsevent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode build issues when running the test suite

benhoskings opened this issue · comments

Running the suite seems to depend on a certificate that's specific to your machine:

[BEROR]Code Sign error: The identity '3rd Party Mac Developer Application: Travis Tilley' doesn't match any valid certificate/private key pair in the default keychain

This causes bin/fsevent to be deleted, but the current spec run succeeds (presumably because the file is already open); subsequent runs fail until it's restored with git checkout.

well crap. I thought I set the custom xcconfig for personal compiles by individuals not myself to just not use code signing at all... thanks for the catch. i'll fix this later today. -_-

rewrote the code signing to be optional and only performed when doing rake build codesign replace_exe