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

Fix installation using Carthage #2

Merged
merged 1 commit into from Dec 29, 2016
Merged

Fix installation using Carthage #2

merged 1 commit into from Dec 29, 2016

Conversation

west0r
Copy link
Contributor

@west0r west0r commented Dec 29, 2016

Installing Marshroute with Carthage ended with an error:
Dependency "Marshroute" has no shared framework schemes for any of the platforms: iOS

I replaced application build scheme to framework, made it shared and added imports to test files.
Now the installation is performed correctly.

	- move sources from application build scheme to framework
	- change test target settings
	- testable import Marshroute to all test files
	- remove AppDelegate file, Carthage folder and Marshroute.framework.zip
@Usipov Usipov self-requested a review December 29, 2016 11:48
@Usipov Usipov merged commit 71d45b4 into avito-tech:master Dec 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants