EricssonResearch/openwebrtc-ios-sdk

Problem with CocoaPods newer than 0.38.2

Closed this issue · 1 comments

When using CocoaPods 0.39.0 the resulting .xcproject file is invalid. Xcode complains that owr.h cannot be found.

As a temporary fix you can downgrade:

sudo gem install cocoapods -v 0.38.2

Alternative fix suggested here: #9 (comment)