Hi John,
I'm having similar issue to this issue:
#110
The thing is i use a local package with an extension of .xcframework.
I tried adding "-interposable" linker to the lib before it is compiled and what i find is:
- In a sample project (more simple + does not use CocoaPods) -> The Injection Next work and the Changes appears
- In my project (more complex + use CocoaPods) -> I got an error:
🔥 ℹ️ No symbols replaced, have you added -Xlinker -interposable to your project's Debug configuration "Other Linker Flags"?
🔥 ✅ Hot reload complete - Rebound 0 symbols, classes []
Does this mean i need to add "-Xlinker" and "-interposable" in all of my Cocoapods target?
Or is it because i added the "-interposable" flag right before i compile the framework?
Notes: I didn't add "-Xlinker" in my local package as i got an error stating that i can not add "-Xlinker" to a build.gradle.kts.
Thankyou in advance
Hi John,
I'm having similar issue to this issue:
#110
The thing is i use a local package with an extension of .xcframework.
I tried adding "-interposable" linker to the lib before it is compiled and what i find is:
🔥 ℹ️ No symbols replaced, have you added -Xlinker -interposable to your project's Debug configuration "Other Linker Flags"?
🔥 ✅ Hot reload complete - Rebound 0 symbols, classes []
Does this mean i need to add "-Xlinker" and "-interposable" in all of my Cocoapods target?
Or is it because i added the "-interposable" flag right before i compile the framework?
Notes: I didn't add "-Xlinker" in my local package as i got an error stating that i can not add "-Xlinker" to a build.gradle.kts.
Thankyou in advance