Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run the tests? #4

Open
rbren opened this issue May 9, 2018 · 3 comments
Open

How to run the tests? #4

rbren opened this issue May 9, 2018 · 3 comments

Comments

@rbren
Copy link

rbren commented May 9, 2018

@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 for this target in 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
       ^
@jessp01
Copy link
Contributor

jessp01 commented May 9, 2018

@rbren
Copy link
Author

rbren commented May 9, 2018

Saw that, but it uses xcodebuild in travis_build.sh. I can't use xcodebuild since I don't have OSX.

Am I out of luck?

@jessp01
Copy link
Contributor

jessp01 commented May 9, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants