Skip to content

Commit

Permalink
Removed the need to manually fix path
Browse files Browse the repository at this point in the history
Thanks [Dave](https://github.com/dbkr) for the fix: #14
  • Loading branch information
stefanalund committed Apr 2, 2015
1 parent b35b9cf commit 5a4a663
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 5a4a663

Please sign in to comment.