-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference to FridaDeviceManager
is ambiguous
#5
Comments
Hey! This means the namespace we chose on the Swift side is unfortunuate, as it results in some of the Objective-C interop header types clashing with the C types. Either we will have to change our Swift namespace so this doesn't happen, or configure a different namespace for the Objective-C side only (if possible). As a workaround you can probably disable generation of the Objective-C interop header. |
What would be the best way to disable the generation of the Objective-C inter header? I'm unsure if this a flag at |
It would be an Xcode project setting in frida-swift. I haven't investigated this but suspect it's in there somewhere. |
Yay. Could you open a PR to change this? Don't think we're missing out on anything by omitting this. |
Hey 👋 ,
I am trying to install
frida-swift
but I receive this error when I attempt to run the tests. Building the framework does not produce errors, but I am getting this compile error:This is happening for
FridaDevice
,FridaSession
, andFridaScript
.The text was updated successfully, but these errors were encountered: