I maintain a small library in Swift. I read the great article from Ben Cohen about evolution for Stable ABIs. To enable library evolution mode, I have to add a new command-line argument -enable-library-evolution. 
My problem is, that even after I add -enable-library-evolution argument to Arguments passed On Launch in my scheme settings, I still have this weird warning from Xcode:
@frozen has no effect without -enable-library-evolution. Replace '@frozen ' with ''
Am I doing something wrong?
You need to enable library evolution in your target's build settings, not on your scheme. Look for BUILD_LIBRARY_FOR_DISTRIBUTION.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With