Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update with changes to the file structure taken into account.
  • Loading branch information
Frostbitee08 authored Dec 20, 2019
1 parent 1b963bc commit eb54628
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb54628

Please sign in to comment.