Skip to content
New issue

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

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

Already on GitHub? # to your account

Make barrierQueue serial #28

Merged
merged 3 commits into from
Jan 23, 2018
Merged

Conversation

MontakOleg
Copy link
Contributor

Resolves #26

@vadymmarkov
Copy link
Owner

Awesome, thanks @MontakOleg 👍

@MontakOleg
Copy link
Contributor Author

MontakOleg commented Jan 22, 2018

Hm..

*** Skipped downloading Quick.framework binary due to the error:

	"Maximum number of login attempts exceeded. Please try again later."

*** Checking out Quick at "v1.1.0"

It looks like binary not available, so Carthage builds dependencies from sources using following command:

"travis_wait 35 carthage bootstrap --platform iOS,Mac"

Then tests run on tvOS platform

"xcodebuild test -project When.xcodeproj -scheme \"When-tvOS\" -destination 'platform=tvOS Simulator,name=Apple TV 1080p,OS=10.0' | xcpretty && exit ${PIPESTATUS[0]}"

And finally Quick not found for tvOS:

No such module 'Quick'

So we need add tvOS platform to Carthage bootstrap command like this:

"travis_wait 35 carthage bootstrap --platform iOS,Mac,tvOS"

@vadymmarkov
Copy link
Owner

Let's see how it goes.

@vadymmarkov vadymmarkov merged commit cd22170 into vadymmarkov:master Jan 23, 2018
@vadymmarkov
Copy link
Owner

@MontakOleg v3.0.1 is released 😉

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants