C0ffee

Q: Xcode c(pp) dylib not found ?

If I create a project as c++ dynamic library, when archiving it tries to do a chown and I get a error that the file cannot be found. Although also added a target static lib which is found.

 

chown: /Users/Coffee/Library/Developer/Xcode/DerivedData/Modo_Plugin-dyfmhqfnrjmrzwgbl ggqiuoanpkf/Build/Intermediates/ArchiveIntermediates/Modo_Plugin/InstallationBui ldProductsLocation/usr/local/lib/libModo_Plugin.dylib: No such file or directory

 

Command /usr/sbin/chown failed with exit code 1

 

I checked in the folder and as I've said only the static lib.a is found.

Posted on Aug 31, 2016 7:30 AM