pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.13k stars 447 forks source link

Action required in iOS build - trunk should be src #22

Closed sarsonj closed 10 years ago

sarsonj commented 10 years ago

Hi,

I tried today to build iOS version of libs. It worked about a week ago.

Today I got:

@@@@@@@@@@@@@@@@@@@ A C T I O N R E Q I R E D @@@@@@@@@@@@@@@@@@@ It looks like you have a legacy checkout where the solution's top-level directory is named 'trunk'. From now on, it must be named 'src'.

What you need to do is to:

  1. Edit your .gclient file and change the solution name from 'trunk' to 'src'
  2. Rename your 'trunk' directory to 'src'
  3. Re-run gclient sync (or gclient runhooks)

I tried to edit .gclient as error message suggest, but it looks this file is generated by script.

Any idea what to change?

Thanks,

Jindrich

rwickliffe commented 10 years ago

I've submitted a pull request that I believe makes all the necessary updates: https://github.com/pristineio/webrtc-build-scripts/pull/24

sarsonj commented 10 years ago

Thanks guys!