AudioKit:从 Podfile 的开发分支中拉取
AudioKit: Pull from develop branch from Podfile
有没有办法让 AudioKit Pod 从 develop 分支拉取?我在播客文件中 运行 pod 'AudioKit', :git => 'https://github.com/AudioKit/AudioKit.git', :branch => 'develop'
。它开始尝试下载数据,但随后控制台显示 Unable to find a specification for 'AudioKit’.
我也想要这个,但是 AudioKit Cocoapod 是作为预构建的框架文件分发的。
好消息是,就在昨天,开发被推向了生产环境,并且还构建并分发了 pod 框架。所以现在很新鲜。
有没有办法让 AudioKit Pod 从 develop 分支拉取?我在播客文件中 运行 pod 'AudioKit', :git => 'https://github.com/AudioKit/AudioKit.git', :branch => 'develop'
。它开始尝试下载数据,但随后控制台显示 Unable to find a specification for 'AudioKit’.
我也想要这个,但是 AudioKit Cocoapod 是作为预构建的框架文件分发的。
好消息是,就在昨天,开发被推向了生产环境,并且还构建并分发了 pod 框架。所以现在很新鲜。