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

Error on integrating IPSC with carthage #31

Closed
hankbao opened this issue Jun 22, 2015 · 5 comments
Closed

Error on integrating IPSC with carthage #31

hankbao opened this issue Jun 22, 2015 · 5 comments

Comments

@hankbao
Copy link

hankbao commented Jun 22, 2015

I'm trying to integrate IPSC with carthage. However the building process of IPSC involves all testing stuffs including Nimble/Quick/KIF and fails eventually when trying to build Quick. I suppose apps link against IPSC should not rely on its unit tests.

@lbrndnr
Copy link
Owner

lbrndnr commented Jun 22, 2015

@hankbao That's true indeed. AFAIK there's no way to specify dependencies for test purposes only with Carthage. I'll fix this on the weekend.

@lbrndnr
Copy link
Owner

lbrndnr commented Jun 22, 2015

@hankbao I've actually fixed this just now with tag 0.1.3 :) Hope this works better for you.

@lbrndnr lbrndnr closed this as completed Jun 22, 2015
@hankbao
Copy link
Author

hankbao commented Jun 23, 2015

@larcus94 Unfortunately, carthage still complains about KIF/Nimble/Quick and quits with errors as 0.1.3.

ImagePickerSheetControllerTests/KIFExtensions.swift:10:8: error: no such module 'KIF'
error: /tmp/ImagePickerSheetController/Carthage/ Checkouts/ImagePickerSheetController/Carthage/Build/iOS/Nimble.framework: No such file or directory
error: /tmp/ImagePickerSheetController/Carthage/ Checkouts/ImagePickerSheetController/Carthage/Build/iOS/Quick.framework: No such file or directory
error: /tmp/ImagePickerSheetController/Carthage/ Checkouts/ImagePickerSheetController/Carthage/Build/iOS/KIF.framework: No such file or directory

@lbrndnr lbrndnr reopened this Jun 23, 2015
@lbrndnr
Copy link
Owner

lbrndnr commented Jun 23, 2015

Ups, yeah, forgot about that. Will fix that today. Sorry about that.

@lbrndnr
Copy link
Owner

lbrndnr commented Jun 23, 2015

Now it works :) Try it again with tag 0.1.3.

@lbrndnr lbrndnr closed this as completed Jun 23, 2015
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

No branches or pull requests

2 participants