I'm developing an app using Xcode 7.2.1 While trying to utilize Cocoapods, I realized I didn't know how to cd into a directory that had spaces in its name within Terminal. Therefore, in Finder, I navigated to my directory and changed its name from "In Moment" to "InMoment". Going back into Xcode and rebuilding the file resulted in an error message popup, that I blinded accepted (it prompted me if I wanted to re-organize/re-something). Panicking, I went back into Finder to change the name back to "In Moment". However, I still receive the "linker command failed with exit code 1 (use -v to see invocation)" Build Fail.
I've looked at solutions for modifying my Info.plist, and for editing my Schemes, but they don't seem to affect anything. Any help, or referencing where I could find help would be greatly appreciated. Much thanks.