CocoaPods: Show error if a build is started not from Xcode

Issue #KT-31062 Fixed
This commit is contained in:
Ilya Matveev
2019-04-19 13:04:19 +07:00
parent a1e20f8d2a
commit c0eba201a5
2 changed files with 25 additions and 6 deletions
@@ -98,7 +98,7 @@ class CocoaPodsIT : BaseGradleIT() {
// Check that a project with CocoaPods interop fails to be built from command line.
build(":kotlin-library:build") {
assertFailed()
// TODO: Test message for KT-31062.
assertContains("Cannot perform cinterop processing for pod_dependency: cannot determine headers location.")
}
// Check that a project without CocoaPods interop can be built from command line.