I\'m a newbie at working in Xcode and swift. I was working on a iOS project on my macbook (while on holiday), and i\'ve been using github version control, i\'ve now returned
SO i figured out what was causing this issue. It was the 'Search Paths' under 'Build Settings' that was looking in the wrong location for my frameworks. Similar to the Apple Mach-O linker error fix
It was searching my for the frameworks on my macbook pro, I deleted the 'Framework Search Path' and then re-added my Parse.framework, Bolts.framework and FBSDKCoreKit.framework.
The project now builds and runs just as it should without any issues.