raiseInformative,"Unable to find host target for #{embedded_targets_missing_hosts.map(&:name).join(', ')}. Please add the host targets for the embedded targets to the Podfile."
UI.warn'The Podfile contains framework targets, for which the Podfile does not contain host targets (where these frameworks would be installed).'\
"\n"\
'If this project is for doing framework development, you can ignore this message or add a test target that embeds these frameworks to make this message go away. Otherwise, please add the frameworks\' host targets to the Podfile.'
UI.warnings.should.match/The Podfile contains framework targets, for which the Podfile does not contain host targets \(where these frameworks would be installed\)\./
end
it'raises when the extension calls use_frameworks!, but the host target does not'do