Is there some hidden way I can use Swift in static libraries if I super double promise they'll get built at the same time as their parent?
Conversation
Replying to
At some point it was listed as a known issue in the release notes as if they might actually add support for it. good times.
1
well uh um
1
Show replies
Replying to
would make a lot of sense. Having 100 mini frameworks is dumb (and inefficient).
Replying to
a while back tweeted saying it was possible. I didn't end up exploring it
Quote Tweet
Replying to @StewGleadow
@StewGleadow Swift-only is easy to make into a static lib, Objective-C only you have to use old methods, not done much testing on mixed.
Replying to
please RT if you find out. I'm targeting iOS8 now, but it would be nice to target iOS7.
Replying to
technically you can compile .o files from swift into a .a, not sure if there will be a problem with using that library tho
1
wait never mind, it won’t work without runtime libs :)







