...Extension-Bridging-Header.h:5:9: error: 'Firebase/Firebase.h' file not found
#import <Firebase/Firebase.h>
^
<unknown>:0: error: failed to import bridging header '.../myProject WatchKit 1 Extension-Bridging-Header.h'
# Uncomment this line to define a global platform for your project
#platform :ios, '8.2'
#platform :watchos, '1.0'
source 'g...@github.com:CocoaPods/Specs.git'
target 'myProject' do
pod 'Firebase', '>= 2.3.3'
link_with 'myProject','myProject Watchkit 1 Extension'
end
target 'myProject Tests' do
pod 'Firebase', '>= 2.3.3'
end
I've tried various platform settings (i.e., iOS 9.0), to no avail. Can someone please spot what I've done wrong?
Thanks.
# Uncomment this line to define a global platform for your project
#platform :ios, '8.2'
#platform :watchos, '1.0'
use_frameworks!
source 'g...@github.com:CocoaPods/Specs.git'
target 'myProject' do
pod 'Firebase', '>= 2.4.1'
link_with 'myProject','myProject Watchkit 1 Extension'
end