-
Notifications
You must be signed in to change notification settings - Fork 72
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
Private podspecs not updated #35
Comments
Is there a solution for this? I believe I am running into the same issue. |
Hi, I want to download the SDK from repository using credentials. If I use Native development, i can create separate pod file and can keep URL as well as Credentials. Here if I use private POD file in plugin.xml how can i provide URL and credential? Please help me Thanks |
How do you include it when doing native development? Depending on how it's
done I might be able to add support for it. But if its private how would
anyone using your plugin make use of it? It probably makes more sense to
specify the information as a variable or access it from an environment
variable if its sensitive data like a password.
…On Tue, Apr 9, 2019, 10:26 AM maniveltvl ***@***.***> wrote:
Hi,
I want to download the SDK from repository with credentials. If I use
Native development, i can create separate pod file and can keep URL as well
as Credentials. Here if I use private POD file in plugin.xml how can i
provide URL and credential?
Please help me
Thanks
Mani
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAyU3ncXrKXJxGK88g2we6LpBbsAn7KKks5vfKMcgaJpZM4MfAtK>
.
|
Hi Team,
platform :ios, '12.0' target 'ProjectTiltle' do
So, we are using Private repository in our app only not in Public access |
Hi Team,
|
Hi, @blakgeek We are looking for your reply on the above query. Could you please help us? Thanks |
Hi,
when I add a private podspec using
The pod installation fails because the podspecs are not updated:
It can be manually fixed by running
pod repo update
but it has to be run in the generated xcode project folder which is not convenient.The text was updated successfully, but these errors were encountered: