michelle-joudrey / swift-init-generator

An Xcode plugin that uses the Swift parser to generate initializers
111 stars 5 forks source link

Does not work with XCode 10.0 #4

Closed akshitzaveri closed 5 years ago

akshitzaveri commented 6 years ago

I followed installation instructions as below and nothing happened.

Clone or download the source code Configure the code signing on both targets Run the target Swift Initializer Generator Restart Xcode

wow-such-amazing commented 6 years ago

Same :(

markvasiv commented 5 years ago

I was able to set it up in Xcode 10 the following way:

  1. Archive the target, export it and move to Applications folder
  2. Close XCode
  3. Run the app from the Applications folder
  4. Go to Settings -> Extensions and select a checkbox under "Swift Initialiser Generator"
michelle-joudrey commented 5 years ago

I updated the instructions in the readme