My Swift Project , after I add -Xlinker and -interposable flag in other linker flag , it crashed at the beginning when i run the Simulator.If not add these flag , injection worked fine exact hot reload extension swift class.
It Shows Message In Console:
dyld[7480]: Symbol not found: _$s3lhb10UrlConfingCfE
Referenced from: <AB1B2512-64EA-3D96-BD7E-577FA1A00BDA> /Users/hi/Library/Developer/CoreSimulator/Devices/ABC6A0EF-3361-49A2-92B5-E19C13C3877F/data/Containers/Bundle/Application/0D7E6C26-F0C5-47E0-A7F7-247BEDA4A165/hi.app/hi
Expected in: <AB1B2512-64EA-3D96-BD7E-577FA1A00BDA> /Users/hi/Library/Developer/CoreSimulator/Devices/ABC6A0EF-3361-49A2-92B5-E19C13C3877F/data/Containers/Bundle/Application/0D7E6C26-F0C5-47E0-A7F7-247BEDA4A165/hi.app/hi
XCode Version: Version 16.4 (16F6)
MacOS Version: 15.5 (24F74)
I have read this Issues: issues535
I tried add dummy function like this , it also crash:

My Swift Project , after I add
-Xlinkerand-interposableflag in other linker flag , it crashed at the beginning when i run the Simulator.If not add these flag , injection worked fine exact hot reload extension swift class.It Shows Message In Console:
XCode Version: Version 16.4 (16F6)
MacOS Version: 15.5 (24F74)
I have read this Issues: issues535
I tried add dummy function like this , it also crash: