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

Can't install pod properly: "No such module 'Erik'" #30

Closed
Wiingaard opened this issue Dec 7, 2017 · 4 comments
Closed

Can't install pod properly: "No such module 'Erik'" #30

Wiingaard opened this issue Dec 7, 2017 · 4 comments

Comments

@Wiingaard
Copy link

Hello,

I'm trying to use Erik..
First I tried pod try Erik and selected the first demo application, but this gave me the following error:

[!] Unable to satisfy the following requirements:

- `FileKit (from `https://github.com/nvzqz/FileKit.git`, branch `develop`)` required by `Podfile`

Then I tried to install Erik into a new Xcode project (xcode 9, iOS 11). Here's the pod file I used:

target 'ErikPlayAgain' do
  use_frameworks!

  pod 'Erik'
end

When opening the project I get 22 error, even without import Erik. All errors in Kanna.switf that look very similar to this:
Let 'kDefaultXmlParseOption' is private and cannot be referenced from a default argument value.
When import Erik to my ViewController, I see this: No such module 'Erik'.

This is a very trivial task, but I still can't make it work. What am I missing?

@phimage
Copy link
Owner

phimage commented Dec 7, 2017

swift version?
Have you a ".swift-version" file?

Maybe you cut the error message

[!] Unable to satisfy the following requirements:

- `FileKit (from `https://github.com/nvzqz/FileKit.git`, branch `develop`)` required by `Podfile`

Specs satisfying the `FileKit (from `https://github.com/nvzqz/FileKit.git`, branch `develop`)` dependency were found, but they required a higher minimum deployment target.

@Wiingaard
Copy link
Author

Wiingaard commented Dec 7, 2017

I don't use a .swift-version, but I'm using swift 4.. I just added the file, and re-install the cocoa pod, but with the same result.

@phimage
Copy link
Owner

phimage commented Dec 7, 2017

I do not update the project for swift4 yet.

The develop branch of FileKit use swift4

I must update the project and dependencies

@Wiingaard
Copy link
Author

Okay :) I changed the swift version to 3.2 in both my project and Erikand Kanna. That did the trick..
Thank you for the very fast response 🥇

@phimage phimage closed this as completed Jan 13, 2018
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