Just trying out appcode for the first time and it ...
# multiplatform
b
Just trying out appcode for the first time and it is cool that it generates a .swift version of the generated objectivec. When I rebuild the framework this .swift file does not get regenerated. Is there anything I can do to regenerate the .swift file. I discovered it by cmd+b'ing into the generated objc classes.
d
I didn’t know AppCode made a swift file! Is it a replacement for the obj-c framework? Can you send me a link or something explaining it?
b
I discovered just by hitting cmd+b on my framework's import statement. Or so I think. My .swift file is out of sync with the objective c code.
s
Were you able to resolve this? I’d love to use AppCode instead of Xcode for my project.