I was able to fix this error by resetting the Framework search paths in the build settings.
Steps:
1) Go to the build settings and find the search paths
2) In this section, double-click the search path in the Framework. I saw them for my project:
$ (inherited)
$ (project_dir)
$ (DEVELOPER_DIR) /Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks
3) Remove the third option - $ (DEVELOPER_DIR) /Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks
I had to remove and re-add the framework that worked, but otherwise that's all I need.
source share