giridharvc7 / VCFloatingActionButton

A Floating Action Button just like Google inbox for iOS
MIT License
296 stars 77 forks source link

Linker error #20

Closed Ketan-Wadyalkar closed 7 years ago

Ketan-Wadyalkar commented 8 years ago

I am getting these two error in my project after importing VCFloatingActionButton 1. Undefined symbols for architecture x86_64: "_OBJCCLASS$_VCFloatingActionButton", referenced from: objc-class-ref in CreateServiceWizardViewController.o ld: symbol(s) not found for architecture x86_64 2. clang: error: linker command failed with exit code 1 (use -v to see invocation)

giridharvc7 commented 8 years ago

I think this is a problem with your import, are u sure the source is copied to your project?

Ketan-Wadyalkar commented 8 years ago

yes, i have added VCFloatingActionButton folder to my project

Ketan-Wadyalkar commented 8 years ago

I tried using this component in a new project also, but still i getting the same error. Could you please tell me how to use this component?

giridharvc7 commented 8 years ago

Drag and drop the files into your xcode project, make sure you select "Copy source to folder"

Ketan-Wadyalkar commented 8 years ago

I have copied all the files and this issue is also solved.

Ketan-Wadyalkar commented 8 years ago

I tried implementing this component, i am getting '+' icon but on tap other icons are not appearing and i guess this is because you have used navigation controller and a View Controller in Storyboard and i am not using storyboard, so please tell me what changes i should make in the code??