ColinEberhardt/ReactiveSwiftFlickrSearch

ReactiveCocoa.h not found in BridgingHeader file

Closed this issue · 1 comments

Hey Colin, thanks for this example project! But unfortunately I cannot get it to run.

What I have done:

git clone https://github.com/ColinEberhardt/ReactiveSwiftFlickrSearch.git
cd ReactiveSwiftFlickrSearch
git submodule init
git submodule update

vim Podfile, change pod 'SDWebImage' to '3.7.1' as instructed per #1

pod install
open ReactiveSwiftFlickrSearch.xcworkspace

Change target to ReactiveSwiftFlickrSearch
cmd + B (Build)

Error in BridgingHeader.h "ReactiveCocoa/ReactiveCocoa.h file not found"
Since that file is located here: ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/ReactiveCocoa.h
I tried changing the import line to that path but that didn't work.

I have tried adding the ReactiveCocoa framework as a target dependency to the Flickr project, in Build Phases but to no avail. In Build phases then I pressed the topmost left plus button, chose "New Copy Files Phase", chose "Framework" as "Destination" and pressed the plus button i the bottom and chose ReactiveCocoa.framework and tried building, but to no avail.

What am I doing wrong?

I would very much like to get this project working!

Thank you very much for any help!

Duplicate of #3 - hopefully the new instructions will help.