specta / expecta

A Matcher Framework for Objective-C/Cocoa
MIT License
1.59k stars 158 forks source link

Build warning about ALWAYS_SEARCH_USER_PATHS #186

Open JanC opened 7 years ago

JanC commented 7 years ago

Hi, when I'm getting this build warning

warning: using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'.
'.

Should this setting be removed?

tonyarnold commented 7 years ago

Yes, it should. Do you feel confident enough to create a PR for this?