Questions tagged [private-pod]

3 questions
2
votes
0 answers

how to access private CocoaPod repo hosted on azure devops on app center for automatic build?

I have configured App Center CI on develop branch that is hosted on Azure Devops. Develop branch has Podfile that includes a dependency for custom component as private CocoaPod hosted on same project's Azure repo where main app code located. Problem…
Pandey_Laxman
  • 3,889
  • 2
  • 21
  • 39
1
vote
1 answer

How can I add an app-extension into a private pod?

I'm trying to figure out if I can create an app extension (e.g. NotificationContentExtension) in a private pod? I don’t that’s possible because: In my private pod project, when I'm trying to add an iOS extension, it's attempting to associate that to…
mfaani
  • 33,269
  • 19
  • 164
  • 293
0
votes
0 answers

Pod tag during predownload is different from installed

I have been trying to install a private pod in ios project. But the tag metioned in podfile is different from the one being installed. Also the tag mentioned during pre download is same as podfile but some other tag is mentioned during installation.…