yackle / CLImageEditor

MIT License
2.22k stars 574 forks source link

Manual Bundle "Drag and Drop" Source File Directory Failure #187

Closed HackShitUp closed 7 years ago

HackShitUp commented 7 years ago

Xcode can't find multiple source files in CLImageEditor when it's implemented manually. I'm aware that the README instructed to drag and drop the source files from the demo into the Xcode project. (I'm not doing this via Cocoapods for personal reasons). Whenever I drag the project files (including the bundle) I persistently get an error saying that CLImageEditorViewController.h/.m is missing. Any ideas?

yackle commented 7 years ago

Have you checked Create groups?

HackShitUp commented 7 years ago

@yackle sorry, how do you mean by that?

HackShitUp commented 7 years ago

@yackle Thanks, I resolved this issue by adding the files with the "Create Groups" option!