You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jessp01 How do I run the tests here? It seems to install fine, but then complains that it can't find Quick:
$ pod install
Analyzing dependencies
Fetching podspec for`KalturaClient` from `../`
Downloading dependencies
Using KalturaClient (0.1.4)
Using Log (1.0)
Using Nimble (7.0.3)
Using Quick (1.0.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 4 dependencies from the Podfile and 4 total pods installed.
[!] Automatically assigning platform `ios` with version `8.3` on target `KalturaClient_Example` because no platform was specified. Please specify a platform forthis targetin your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
$ swift ./Tests/BaseTest.swift
./Tests/BaseTest.swift:36:8: error: no such module 'Quick'
import Quick
^
The text was updated successfully, but these errors were encountered:
Hi @bobby-brennan - I too don't have OSX as you know [a Linux purist, myself:)] but I never tried to deploy the Swift client other than testing it via Travis where is runs on a Mac machine.
However, take a look at: https://github.com/Quick/QuickOnLinuxExample. If you need help with it, let me know.
@jessp01 How do I run the tests here? It seems to install fine, but then complains that it can't find Quick:
$ swift ./Tests/BaseTest.swift ./Tests/BaseTest.swift:36:8: error: no such module 'Quick' import Quick ^
The text was updated successfully, but these errors were encountered: