should modify the podfile, add the target line. target 'Canvas' do pod 'DAKeyboardControl' pod 'Canvas', :path => './Canvas.podspec' pod 'URBMediaFocusViewController' end
should modify the podfile, add the target line.
target 'Canvas' do
pod 'DAKeyboardControl'
pod 'Canvas', :path => './Canvas.podspec'
pod 'URBMediaFocusViewController'
end