You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I try to create the object in Frida, I am getting:
[iPhone::TestSwift2 ]-> var class1 = Swift.classes.TestString
[iPhone::TestSwift2 ]-> var ins1 = class1.__allocating_init()
Error: Type not found: __C.NSString
at untypedMetadataFor (dist/lib/macho.js:38)
at ObjectInstance (dist/lib/types.js:414)
at wrapper (dist/lib/callingconvention.js:120)
at <eval> (<input>:1)
Am I missing something obvious here? Not sure why it complains about NSString, as the constructor has no defintion of it. I am using the latest version of the bridge from GIT.
thanks
The text was updated successfully, but these errors were encountered:
Hello @hot3eed ,
sorry to bother you again. But I created extremely simple class in Swift class TestString:
However, when I try to create the object in Frida, I am getting:
Am I missing something obvious here? Not sure why it complains about NSString, as the constructor has no defintion of it. I am using the latest version of the bridge from GIT.
thanks
The text was updated successfully, but these errors were encountered: