UI.warn'The Podfile contains framework targets, for which the Podfile does not contain host targets (targets which embed the framework).'\
UI.warn'The Podfile contains framework or static library targets, for which the Podfile does not contain host targets (targets which embed the framework).'\
"\n"\
"\n"\
'If this project is for doing framework development, you can ignore this message. Otherwise, add a target to the Podfile that embeds these frameworks to make this message go away (e.g. a test target).'
'If this project is for doing framework development, you can ignore this message. Otherwise, add a target to the Podfile that embeds these frameworks to make this message go away (e.g. a test target).'
UI.warnings.should.match/The Podfile contains framework or static library targets, for which the Podfile does not contain host targets \(targets which embed the framework\)\./
end
it'warns when using a Podfile for framework-only projects'do
it'warns when using a Podfile for framework-only projects'do
UI.warnings.should.match/The Podfile contains framework targets, for which the Podfile does not contain host targets \(targets which embed the framework\)\./
UI.warnings.should.match/The Podfile contains framework or static library targets, for which the Podfile does not contain host targets \(targets which embed the framework\)\./
end
end
it'raises when the extension calls use_frameworks!, but the host target does not'do
it'raises when the extension calls use_frameworks!, but the host target does not'do