pivotal-legacy / PivotalCoreKit

Shared library and test code for iOS and macOS projects
http://pivotallabs.com
Other
168 stars 85 forks source link

Remove unused UIKit custom matchers #162

Closed joemasilotti closed 8 years ago

joemasilotti commented 8 years ago

When trying to use PCK in a Quick spec via import PivotalCoreKit the build fails.

Could not build Objective-C module 'PivotalCoreKit'

which leads to the following error message on UIKitMatchers.h:3.

'ComparatorsBase.h' file not found

Removing this file fixes the issue and does not cause any tests to fail. While this might be covering up a larger issue, it also looks like it cleans up some dead code.

Thoughts?

akitchen commented 8 years ago

Thanks Joe.