frida / frida-swift

Frida Swift bindings
Other
139 stars 37 forks source link

Missing required module 'CFrida' when importing Frida as a framework #9

Open klmitchell2 opened 3 years ago

klmitchell2 commented 3 years ago

I'm attempting to add Frida.framework (generated from this project) to another framework and I am receiving the following error:

Missing required module 'CFrida'

From Xcode, it appears thats Frida can be properly imported but then I receive the above error.

Let me know if this is not a bug and I can remove this issue. Thanks!