krzysztofzablocki / Inject

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

Workaround for Inject Frameworks (Conditionally Excludes Code in WatchOS) #88

Closed niorko closed 5 months ago

niorko commented 5 months ago

Description:

This temporary workaround allows shared frameworks using Inject to compile for WatchOS by excluding code within conditional blocks when the target platform is watchOS.

Important Note:

This is a limited solution that only addresses code compilation issues. It doesn't guarantee full framework functionality in watchOS environments. Explore alternative approaches for complete watchOS compatibility.

Future Work:

krzysztofzablocki commented 5 months ago

thanks!