AndriiDoroshko / SnappyShrimp

New snapshot testing experience for iOS apps. It runs your tests on all possible screens, orientations, and multitasking modes. It also makes proper snapshots for iPhone X, considering it's shape and safe areas.
MIT License
31 stars 9 forks source link

XCode 11.4 build #11

Open Udumft opened 4 years ago

Udumft commented 4 years ago

Checklist

Description

Resolves #10 Explicitly added linking to "XCTestSwiftSupport" lib and a search path for it to satisfy XCode 11.4 compiler. Perhaps this is a temporary solution, as it seems that Apple did some changes in their test libs recently and maybe it won't be needed after a few new XCode releases. Anyway, current solution is based on [similar issue resolution](https://github.com/CocoaPods/CocoaPods/issues/9165#issuecomment-550273696). P.S. Contribution guidelines link in the template is broken. P.P.S. I could not find anything named "SnappyShrimpExample" in the repo or Github itself. Is it outdated?