I'm trying to use a cocoapod with my Xcode project (Swift).
When I try to Build the project it fails with:
Apple Mach-O Linker Error Group - "_OBJC_CLASS_$_FSCalendar", referenced from: - clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any ideas what could be causing this?
(The cocoapod I am using is: https://github.com/WenchaoD/FSCalendar
UPDATE
I have added the frameworks and now I am just getting "clang: error: linker command failed with exit code 1 (use -v to see invocation)"
UPDATE
Full error:
ld: warning: directory not found for option '-F/Users/me/Documents/APP/build/Debug-iphoneos/FSCalendar' ld: warning: directory not found for option '-F/Users/me/Documents/APP/build/Debug-iphoneos' ld: framework not found FSCalendar clang: error: linker command failed with exit code 1 (use -v to see invocation)