Dynamically download my private Library from private .git in My Objective C Project

Hi All,

I am planning for Devops where my Objective C library(.a file) & supporting Frameworks (build in Swift & Objective C) will be downloaded as per the version dynamically like Cocoapod from my private Git space.

Issues I am facing :

  1. I have updated podspecs to download. While its downloading but its not getting attached with my Project Workspace.
  2. Downloaded projects are not in .framework format but like a folder where the internal class files are exposed to Project.

If anyone can give some insight what I am missing.

This topic was automatically closed after 166 days. New replies are no longer allowed.