theappbusiness / ConfigGenerator

Configuration file code generator for use in Xcode projects
MIT License
157 stars 19 forks source link

fatal error: OptionsParser.swift, line 33 #34

Open phatblat opened 6 years ago

phatblat commented 6 years ago

I just installed configen 1.0.1 through homebrew and ran the command without arguments to see the usage info. The info printed successfully but was followed by an error.

$ configen
Missing required options: ["-p, --plist-path", "-h, --hints-path", "-n, --class-name", "-o, --output-directory"]

Usage: configen [options]
  -p, --plist-path:
      Path to the input plist file
  -h, --hints-path:
      Path to the input hints file
  -n, --class-name:
      The output config class name
  -o, --output-directory:
      The output config class directory
  -c, --objective-c:
      Whether to generate Objective-C files instead of Swift
fatal error: file /tmp/configen-20171009-56117-1w7opbc/ConfigGenerator-1.0.1/configen/OptionsParser.swift, line 33
fish: 'configen' terminated by signal SIGILL (Illegal instruction)