简体   繁体   English

AudioKit:从 Podfile 的开发分支中拉取

[英]AudioKit: Pull from develop branch from Podfile

Is there a way to for AudioKit Pod to pull from develop branch?有没有办法让 AudioKit Pod 从开发分支中拉出来? I'm running pod 'AudioKit', :git => 'https://github.com/AudioKit/AudioKit.git', :branch => 'develop' in the podfile.我正在pod 'AudioKit', :git => 'https://github.com/AudioKit/AudioKit.git', :branch => 'develop'运行pod 'AudioKit', :git => 'https://github.com/AudioKit/AudioKit.git', :branch => 'develop' It starts to try and download the data but then the console says Unable to find a specification for 'AudioKit'.它开始尝试下载数据,但随后控制台显示Unable to find a specification for 'AudioKit'.

I've wanted this as well, but the AudioKit Cocoapod is distributed as pre-built framework files.我也想要这个,但是 AudioKit Cocoapod 是作为预构建的框架文件分发的。

The good news though is that just yesterday develop was pushed to production and also the pod frameworks were built and distributed.不过好消息是,就在昨天,develop 被推送到生产环境,并且 pod 框架也已经构建和分发。 So it's pretty fresh right now.所以现在很新鲜。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM