glideapps / quicktype-xcode

Xcode extension to paste JSON as Swift, Objective-C, and more
https://quicktype.io
Apache License 2.0
1.68k stars 53 forks source link

Does not support Xcode 12.2 #66

Open MDStebel opened 3 years ago

MDStebel commented 3 years ago

This extension does not work in Xcode 12.2.

TheOtherDave commented 3 years ago

It's missing a bunch of "Pods" files. I got it to at least build by deleting the missing files from the project, getting rid of all the pods stuff in the build phases, and commenting out all "AppCenter" imports and the analytics code.