krzysztofzablocki / Inject

Hot Reloading for Swift applications!
MIT License
2.14k stars 114 forks source link

On device flags compilation failure #47

Closed DavidKmn closed 2 years ago

DavidKmn commented 2 years ago

Works fine on simulator however when attempting to run on device I am getting this error during compilation: -interposable and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together

johnno1962 commented 2 years ago

Make sure ENABLE_BITCODE=NO for a Debug build.