I have been working with the phonertc demo at https://github.com/alongubkin/phonertc and am having trouble when I get to Xcode. I am using Xcode 6.1 when i follow the steps outlined
Valid Architectures => armv7
Build Active Architecture Only => No
Objective-C Bridging Header => [ProjectName]/Plugins/com.dooble.phonertc/Bridging-Header.h
Runpath Search Paths => $(inherited) @executable_path/Frameworks
Where I am struggling is where to find the Runpath Search Paths step. Google searching isn't yielding any direct results. Can anyone tell me where this entry is specifically? Thanks.