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

Cannot get Nikka to work with Gloss. #1

Open
MortenHN81 opened this issue May 27, 2018 · 1 comment
Open

Cannot get Nikka to work with Gloss. #1

MortenHN81 opened this issue May 27, 2018 · 1 comment

Comments

@MortenHN81
Copy link

MortenHN81 commented May 27, 2018

Hi.

Im trying to follow the documentation to get Nikka to work with Glossbut i cannot get it working.

Documentation says:

"
To install this extension with CocoaPods simply add this line to your podfile:

pod 'StreemNetworking/Gloss'
"

As "pod 'StreemNetworking/Gloss'" just return a unknown repo error, i changed that to pod 'Nikka/Gloss' and my pod file now looks like this:

"
Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target 'xxxxx' do
Pods for xxxxx
pod 'IQKeyboardManagerSwift'
pod 'Nikka'
pod 'Nikka/Gloss'
pod 'SideMenu', '~> 3.1.5'
pod 'LFLoginController'
pod 'SVProgressHUD'
end
"

Running this gives me:

"
Analyzing dependencies
Downloading dependencies
Using Gloss (2.0.0)
Using IQKeyboardManagerSwift (6.0.2)
Using LFLoginController (0.3.1)
Using Nikka (1.0.7)
Using SVProgressHUD (2.2.5)
Using SideMenu (3.1.5)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 6 dependencies from the Podfile and 6 total pods installed.
MortenHlsensMBP:iOS_Wisix mortenhjortshjnielsen$
"

So it only installs Nikka 1.0.7, which gives me this compile error in the project:

"Ambiguous reference to member 'fill(result:)'" Probaly because it wont fetch the newest version, i have tried expit to set version 2.1.1 of nikka but just get an error.

Please help me move forward, as i have been working with this some hours now and cant move forward.

Thank you in advance.

Best Regards
Morten

@MortenHN81
Copy link
Author

Is Nikka not supported by the dev anymore ?

Best Regards
Morten

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

1 participant