From eb5462826719c8533ff63489200f319a04d92f81 Mon Sep 17 00:00:00 2001 From: Rocco Del Priore Date: Thu, 19 Dec 2019 16:18:04 -0800 Subject: [PATCH] Update README.md Update with changes to the file structure taken into account. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba8891ff..625bac19 100755 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ Sometimes (as in https://life360.atlassian.net/browse/LIFE-29045), the upstream We (Lu) did a similar fix in July to update our fork of libPhoneNumber with the latest from Google. $ cd life360/libPhoneNumber-iOS - $ swift libPhoneNumber-iOS/metadataGenerator + $ swift libPhoneNumberTests/metadataGenerator error: unable to invoke subcommand: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-metadataGenerator (No such file or directory) - $ sudo cp metadataGenerator /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-metadataGenerator + $ sudo cp libPhoneNumberTests/metadataGenerator /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-metadataGenerator - $ swift libPhoneNumber-iOS/metadataGenerator + $ swift libPhoneNumberTests/metadataGenerator Javascript exception thrown: ReferenceError: Can't find variable: window Javascript exception thrown: Error: goog.require could not find: goog.proto2.Message Done