Closed dweinstein closed 5 years ago
Currently having trouble testing as I get the following perplexing error on my box (Mac OS 10.14.5 (18F132)), Frida 12.6.7:
± make -C test
... hamsters ...
build/macos-x86_64/runner
This copy of libswiftCore.dylib requires an OS version prior to 10.14.4.
make: *** [run-macos] Abort trap: 6
update: tests are passing now w/ https://github.com/frida/frida-objc/pull/17
Should consider naming it $moduleName
to use Frida-terminology.
Once this lands we should update the:
Should consider naming it
$moduleName
to use Frida-terminology.
Done in https://github.com/frida/frida-objc/commit/cede9f6a73552f7c9186fd6c3180c8068c4d93c1
Once this lands we should update the:
- [ ] Reference docs
(done) https://github.com/frida/frida-website/pull/137
Not sure best way to handle this one
Nit: perhaps we should move it right after $className
like you did in the docs?
- WIP / untested