From 5a4a6634152d80ee9c3c6d17037e31ef80a77a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Thu, 2 Apr 2015 14:45:10 +0200 Subject: [PATCH] Removed the need to manually fix path Thanks [Dave](https://github.com/dbkr) for the fix: https://github.com/EricssonResearch/openwebrtc-ios-sdk/pull/14 --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3956e27..040c58a 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,11 @@ The OpenWebRTC SDK is made up of 2 different pods: *WARNING!* There are remaing issues in the .podspec's that requires you to _manually_ fix a few things in your Xcode workspace, see below. We hope to sort these out ASAP. If you have an idea of what might be wrong, let us know! -## Fix Header Search Path and dylibs -After every run of `pod install` you need to _manually_ add the following to Header Search Paths of the OpenWebRTC-SDK pod target (see figure below): -* `"${PODS_ROOT}/OpenWebRTC/OpenWebRTC.framework/Headers"` (recursive) - -and add the following dynamic libs to the Frameworks folder of your main project: +## Fix dylibs +There is currently a [bug](https://github.com/EricssonResearch/openwebrtc-ios-sdk/issues/9) that forces a manual fix. Add the following dynamic libs to the Frameworks folder of your main project: * `libresolv.dylib` * `libc++.dylib` -![Manual labour](https://github.com/EricssonResearch/openwebrtc-ios-sdk/blob/master/Screenshots/manual_fixes.png) - ## Usage Example Podfile: ```