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

WatchKit disable #103

Closed
sondangpangaribuan opened this issue Sep 7, 2015 · 5 comments
Closed

WatchKit disable #103

sondangpangaribuan opened this issue Sep 7, 2015 · 5 comments

Comments

@sondangpangaribuan
Copy link

How to use Kingfisher without WatchKit because i got problem when do compiling ( error: opening import file for module 'WatchKit': Permission denied )

@onevcat
Copy link
Owner

onevcat commented Sep 7, 2015

May I know how did you install Kingfisher into your project?

You should have permission to load WatchKit from your Mac if things goes correctly.

However, you could just remove the WKInterfaceImage+Kingfisher.swift file and the WatchKit framework from "Link Binary With Libraries" of Build Phase to opt out the WatchKit support.

@sondangpangaribuan
Copy link
Author

I install using Carthage,
can you explain how to load permission for WatchKit ?

Anyway Thank for Kingfisher

@onevcat
Copy link
Owner

onevcat commented Sep 8, 2015

@sondangpangaribuan I am not quite sure about your issue. However, maybe it is something related to your project settings, such as Framework search path pointing to a strange place or there is something wrong with the file/folder permission.

There are some similar issues here and here for you to refer.

@onevcat
Copy link
Owner

onevcat commented Sep 8, 2015

And if your project has a plan to update to Swift 2.0 soon, I guess you could just ignore this. Since Kingfisher for Swift 2.0 version removed WatchKit support temporarily. And it will be released soon with iOS 9.

@onevcat
Copy link
Owner

onevcat commented Sep 10, 2015

Kingfisher 1.5.0 for Swift 2 released.

@onevcat onevcat closed this as completed Sep 10, 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