I'm making changes on the WebRTC Objective-C wrapper and want to re-build the static library by running again build_webrtc. However, if there is an error in my code, fix it and run build_webrtc again, it always fails with (lot of files not found, etc, I can provide the exact error when it happens again).
Is there something I can do to avoid having to clone again this repo, apply my Obj-C changes and build the library again?
I'm making changes on the WebRTC Objective-C wrapper and want to re-build the static library by running again
build_webrtc
. However, if there is an error in my code, fix it and runbuild_webrtc
again, it always fails with (lot of files not found, etc, I can provide the exact error when it happens again).Is there something I can do to avoid having to clone again this repo, apply my Obj-C changes and build the library again?