I try to use firebase from xcode and i have this error:
Cannot call value of non-function type module Firebase
(i did not have problem with Firebase import)
I try to setup again firebase manually but i have the same error!!
Do i have to uninstall cocoapods?
I use xcode 7.3.1(7d1014) and my pod file look like this:
# Uncomment this line to define a global platform for your project
platform :ios, ‘9.3’
target 'FIRST' do
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for FIRST
pod ‘Firebase’, ‘>=2.5.1’
target 'FIRSTTests' do
inherit! :search_paths
# Pods for testing
end
end
anyone help??