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 install using pod #1

Closed
ShRoO0oM opened this issue Jul 24, 2017 · 8 comments
Closed

cannot install using pod #1

ShRoO0oM opened this issue Jul 24, 2017 · 8 comments

Comments

@ShRoO0oM
Copy link

i'm getting [!] Unable to find a specification for YPImagePicker and when I force source using :
pod 'YPImagePicker',:git => 'https://github.com/Yummypets/YPImagePicker'

it says no such module for Stevia and when I add stevia to project I get lots of syntax error

@SalmanGhumsani
Copy link

SalmanGhumsani commented Jul 31, 2017

Swift 3.x

Now you can download the code and find the Source folder and copy Source into your project after that install Stevia with pod 'SteviaLayout' and run it :)

@wegweiser6
Copy link

me too, can not install pod 'YPImagePicker'
is 'SteviaLayout' 'YPImagePicker' ?

@s4cha
Copy link
Member

s4cha commented Aug 9, 2017

Hello @mohammadz74, @SalmanGhumsani, @wegweiser6

The pod installation is broken at the moment but I will let you know when it's back up.
In the meantime, installing through Carthage should work though.

Sorry for the inconvenience :/

Cheers,

@s4cha
Copy link
Member

s4cha commented Aug 23, 2017

@mohammadz74 @SalmanGhumsani @wegweiser6
The pod installation is now up and running but we still have issues with assets and translations.
This must be something bundle related since it works fine using Carthage :/
I need to look into this, I already had something similar on another project.

@s4cha
Copy link
Member

s4cha commented Oct 2, 2017

@mohammadz74 @SalmanGhumsani @wegweiser6
Cocoapods integration is now fixed in 2.0.1 :)

@s4cha s4cha closed this as completed Oct 13, 2017
@BilalAkram
Copy link

Carthage ain't working properly .
-I added the YPImagePicker project through Carthage in my project and it shows the following error "dyld: Library not loaded: stevia and image not found" at build time.
-it also didn't add the framework files for both YPImagePicker and Stevia
And my project is build in swift 3.2 , so how can I use this library in my project using cocoa pods ???

@s4cha
Copy link
Member

s4cha commented Oct 30, 2017

Hi @BilalAkram,

YPImagePicker depends on Stevia, which needs to be linked as well.
In Build Phases > Carthage Run Script > Input files
Make sure you have :
$(SRCROOT)/Carthage/Build/iOS/YPImagePicker.framework
$(SRCROOT)/Carthage/Build/iOS/Stevia.framework
and that those are also linked under Link Binary with Libraries

Concerning the swift version, not sure if Swift 3.2 code is allowed to use a swift 4 library :/

Please excuse the late reply,

Sacha

s4cha pushed a commit that referenced this issue Apr 28, 2019
NikKovIos pushed a commit that referenced this issue Oct 12, 2019
fixMissingPermissionCheck: add permission check before try to show mu…
s4cha pushed a commit that referenced this issue May 23, 2020
NikKovIos pushed a commit that referenced this issue Jun 25, 2020
@r-a-o
Copy link

r-a-o commented Nov 11, 2020

Hi, is there a specific reason for dynamically linking Stevia? Since its dynamically linked, its messing with my project's other autolayout library (EasyPeasy). I am unable to use this repo because the dependency is dynamically linked. Any solution? Can we remove dynamic linking of Stevia?
@s4cha

LucasDang pushed a commit to pukapp/secret-ios-YPImagePicker that referenced this issue Feb 10, 2022
LucasDang pushed a commit to pukapp/secret-ios-YPImagePicker that referenced this issue Feb 10, 2022
…heck

fixMissingPermissionCheck: add permission check before try to show mu…
LucasDang pushed a commit to pukapp/secret-ios-YPImagePicker that referenced this issue Feb 10, 2022
LucasDang pushed a commit to pukapp/secret-ios-YPImagePicker that referenced this issue Feb 10, 2022
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

6 participants