videocore pod - AudioMixer.cpp videocore/mixers/Apple/AudioMixer.h file not found
johndpope opened this issue · 0 comments
It seems latest version of cocoapods maybe causing problems with videocore.
- fixed
Save this file Gemfile in the live-ios folder.
Gemfile
source 'https://rubygems.org'
gem 'cocoapods', '= 0.39.0'
then run > bundle install
// WARNING
// no bundler ?
https://discuss.circleci.com/t/choosing-the-right-version-of-cocoapods-in-your-project/2997
// please read up about rvm + cocoapods before continuing.
// running this on a production system would cause problems.
// (basically you are hot swapping ruby versions / this will result in missing gems that will need to be re-installed
// rvm not found?
// curl -L https://get.rvm.io | bash -s -- --version latest
// open new terminal
// sudo rvm install 2.2.2
// sudo gem install activesupport -v '5.0.0'
/ / bundle install
compile + fixed.
Version 7.3.1 (7D1014)
pods 1.0.1
➜ live-ios git:(master) ✗ cat Podfile.lock
PODS:
- boost (1.51.0):
- boost/graph-includes (= 1.51.0)
- boost/math-includes (= 1.51.0)
- boost/numeric-includes (= 1.51.0)
- boost/pointer_cast-includes (= 1.51.0)
- boost/preprocessor-includes (= 1.51.0)
- boost/shared_ptr-includes (= 1.51.0)
- boost/string_algorithms-includes (= 1.51.0)
- boost/graph-includes (1.51.0)
- boost/math-includes (1.51.0)
- boost/numeric-includes (1.51.0)
- boost/pointer_cast-includes (1.51.0)
- boost/preprocessor-includes (1.51.0)
- boost/shared_ptr-includes (1.51.0)
- boost/string_algorithms-includes (1.51.0)
- glm (0.9.7.1)
- IHKeyboardAvoiding (2.6)
- R.swift (2.4.0):
- R.swift.Library (~> 2.2.0)
- R.swift.Library (2.2.0)
- Socket.IO-Client-Swift (6.1.4)
- SVProgressHUD (2.0.3)
- TextAttributes (0.3.1)
- UriParser-cpp (0.1.3)
- VideoCore/Swift (0.3.2):
- boost (~> 1.51.0)
- glm (~> 0.9.7.1)
- UriParser-cpp (~> 0.1.3)
DEPENDENCIES:
- glm (from
https://github.com/maxcampolo/glm.git
) - IHKeyboardAvoiding
- R.swift
- Socket.IO-Client-Swift
- SVProgressHUD
- TextAttributes
- VideoCore/Swift (from
https://github.com/maxcampolo/VideoCore.git
, branchupdate_headers
)
EXTERNAL SOURCES:
glm:
:git: https://github.com/maxcampolo/glm.git
VideoCore:
:branch: update_headers
:git: https://github.com/maxcampolo/VideoCore.git
CHECKOUT OPTIONS:
glm:
:commit: 2cfe1129de430e4b23e811c5e0800989283af224
:git: https://github.com/maxcampolo/glm.git
VideoCore:
:commit: 44d54cc477fc1aee3c9b498363d1b2937e97d69b
:git: https://github.com/maxcampolo/VideoCore.git
SPEC CHECKSUMS:
boost: 6c5c8d8daef26ac83c1e1c00ad14de62b80161d7
glm: e83c95e7a6359bdaeb23e6089ac826dd62c5c09f
IHKeyboardAvoiding: d2541ee56dad83e160cd9aed0468c52247af6f49
R.swift: 0ef9c42dc6c94ac44a3c78a7639c73f855a8e159
R.swift.Library: 31a487b65381f37a7d203a6f1f935b43c9be35b0
Socket.IO-Client-Swift: 79dfbbe170d7816c84e2d3cc2baa3d227549e067
SVProgressHUD: b0830714205bea1317ea1a2ebc71e5633af334d4
TextAttributes: b43233c6356a72f1c1e483d5bda694535432a4be
UriParser-cpp: cbbe00080ee432ec4833dca863a7fc83adc9b01a
VideoCore: 5d8ea99d900089ee016bb87485912b0286e07650
PODFILE CHECKSUM: 5d3bb34d70e08934417075aa86abaa934e62d4b7
COCOAPODS: 1.0.1