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

swift 4.0 No such module 'libxmlKanna' ? #191

Open
1 of 5 tasks
StevenGardnerGMJ opened this issue May 10, 2018 · 3 comments
Open
1 of 5 tasks

swift 4.0 No such module 'libxmlKanna' ? #191

StevenGardnerGMJ opened this issue May 10, 2018 · 3 comments

Comments

@StevenGardnerGMJ
Copy link

StevenGardnerGMJ commented May 10, 2018

Description:

Installation method:

  • Carthage
  • CocoaPods
  • Swift Package Manager
  • Manually
  • other: ()

Kanna version (or commit hash):

swift --version

Xcode version (optional):

@reshmaraghu
Copy link

Hello,
I am facing the same issue.
Any resolutions? Workarounds?

@reshmaraghu
Copy link

Hello,
I was facing the same problem, but I followed the instructions given here:
https://github.com/tid-kijyun/Kanna#manual-installation
And it works for me!
I am on Xcode 9.4.1.
My project uses swift 4.1.
Make sure you give proper path

$(SRCROOT)/Modules

in the target Build settings to the Swift Compiler - Search Paths > Import Paths field.
Once this is done, remove the following import statement from your file:

import Kanna

@zh12310
Copy link

zh12310 commented Sep 28, 2018

The same issue.

I find the five files and the folder must put in the root of your project, and it will work.
And didn't need the 'import ....' in your file, when you added in your target.

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

3 participants