You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Description:
Installation method:
Kanna version (or commit hash):
swift --version
Xcode version (optional):
The text was updated successfully, but these errors were encountered: