pinterest / PINCache

Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
Apache License 2.0
2.66k stars 361 forks source link

Fix the issue of Carthage build for watchOS target. #279

Closed dreampiggy closed 4 years ago

dreampiggy commented 4 years ago

The FRAMEWORK_SEARCH_PATH on Carthage-watchOS does not get correctly set. Need a fix. Version 3.0.1

The diff of Carthage folder comes from carthage update. Seems the PINCache repo does not put these files into .gitignore.

dreampiggy commented 4 years ago

CC @garrettmoon this one.

A suggestion, can we just remove the Carthage/Checkouts folder from the git repo ? Using the gitignore to add the following:

Carthage/Checkouts

and

git rm -rf Carthage
git add .
git commit -m "xxx"