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 want ask some questions about private repo on svn,
like this:
in privateB {
s.dependency 'PrivateC', :svn => 'svn:loginuser//xxxxxxxxxxxx/PrivateC',
}
when I use "pod lib lint --allow-warnings",
but it show wrong,
"Invalid privateB.podspec file: [!] Unsupported version requirements."
how can I get s.dependency from other svn private repo?
thanks
The text was updated successfully, but these errors were encountered:
hello, I want ask some questions about private repo on svn,
like this:
in privateB {
s.dependency 'PrivateC', :svn => 'svn:loginuser//xxxxxxxxxxxx/PrivateC',
}
when I use "pod lib lint --allow-warnings",
but it show wrong,
"Invalid
privateB.podspec
file: [!] Unsupported version requirements."how can I get s.dependency from other svn private repo?
thanks
The text was updated successfully, but these errors were encountered: