sgl0v / MSColorPicker

Color picker component for iOS
MIT License
190 stars 29 forks source link

ld: library not found for -lMSColorPicker #10

Closed pmcgreevy3103 closed 5 years ago

pmcgreevy3103 commented 5 years ago

Hi I see that this has been reported before and resolved, but when attempting to compile the Demo project I get the following linker issue;

ld: warning: directory not found for option '-L/Users/Paul/Library/Developer/Xcode/DerivedData/MSColorPickerDemo-aepbaxofjcjllwdxkjhethtpzksr/Build/Products/Debug-iphonesimulator/MSColorPicker' ld: library not found for -lMSColorPicker clang: error: linker command failed with exit code 1 (use -v to see invocation)

And suggestions on how to resolve? Thanks.

Paul

sgl0v commented 5 years ago

Hi,

You have to run pod install from the MSColorPickerDemo dir. Just re-open and build the project after that.

Best regards, Max