platform :ios, '10.0'
use_frameworks!
target 'currentProject' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
pod 'Alamofire', '4.0'
# Pods for currentProject
end
target 'todayViewController' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
inherit! :search_paths
# Pods for todayViewController
end
i written the podfile as shown as above . i have to access one of my view controller form my project in my todayextension .so i added my todayExtension to the target. at that time it showing the error " No such module 'Alamofire' "