frida / frida-swift

Frida Swift bindings
Other
139 stars 37 forks source link

Fixed build failures in latest Xcode (#13) #14

Closed insidegui closed 5 months ago

insidegui commented 5 months ago

Makes RpcFunction.dynamicallyCall and Exports.subscript(dynamicMember:) public in order to fix a build-time error when compiling the Frida module.

oleavr commented 5 months ago

Thanks! 🙌🏻