Skip to content

Hot Reload Complete but no Changes Appears #123

@dels21

Description

@dels21

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions