Hi all. I'm trying to generate a buildable Xcode project for the iOS AppRTCDemo (/trunk/talk/examples/ios) from the webrtc reference code. I'm new to gyp + ninja, so please bear with me.
Following the instructions in /trunk/talk/app/webrtc/objc/README and using ninja -> I was successfully able to build and run the AppRTCDemo on the iOS simulator + on an actual device. However, I'd like to setup an Xcode project so that I expand upon the sample app.
There is no Xcode project for the AppRTCDemo by default. To generate it with gyp, I changed GYP_GENERATORS from "ninja" to "xcode" in the the wrbase shell function (see the README above). I then ran "wrsim && gclient runhooks". This generated a libjingle_examples.xcodeproj in /trunk/talk/.
When opening the project in xCode and trying to build the AppRTCDemo target for the iPhone simulator, I get 1 build error:
Build target libvpx_obj_int_extract
target specifies product type 'com.apple.product-type.tool', but there's no such product type for the 'iphonesimulator' platform
Before looking deeper into fixing this, has anyone dealt with this before? Is the approach above the correct procedure to generate an Xcode project for the AppRTCDemo sample?
Thanks,
Raja
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
There is no Xcode project for the AppRTCDemo by default. To generate it with gyp, I changed GYP_GENERATORS from "ninja" to "xcode" in the the wrbase shell function (see the README above). I then ran "wrsim && gclient runhooks".
How do you regenerate AppRTCDemo demo xcode project? I dont have it as the target in the libjingle_examples.xcodeproj? Ninja build is working ok. But how to get the demo project on iOS?