tkmn0 / SimpleWebRTCExample_iOS

Simple example for WebRTC on iOS written in swift5
MIT License
178 stars 49 forks source link

ninja: error: loading 'build.ninja': No such file or directory #10

Closed phillipjacobs closed 4 years ago

phillipjacobs commented 4 years ago

I got this error when trying to build by running ninja -C out/ios_64 AppRTCMobile

ninja: error: loading 'build.ninja': No such file or directory

is there a way to create such file?

phillipjacobs commented 4 years ago

Okay it appears while i was busy building the webrtc framework i opened another terminal and brew install ninja. By the time it came to the ninja files being generated by gn, somehow it didn't generate.|

I solved this by deleting my webrtc_build folder. So i basically deleted everything. Then i ran brew uninstall ninja. After that was uninstalled, i refollowed you steps and it worked like a charm.

Thank you so much!