Azair Ishaque

Results 2 issues of Azair Ishaque

Hi i am trying to resign an file with my provisioning profile but i keep getting the following error ``` Error: Cannot find plist at findIdentityFromProvisionSync (/opt/homebrew/lib/node_modules/applesign/lib/idprov.js:11:11) at Object.fromOptions (/opt/homebrew/lib/node_modules/applesign/lib/config.js:137:19)...

Hi Im using Frida-trace to amend a value during run time ``` onEnter(log, args, state) { log(`-[=Logger Status:${args[2]}]`); Status=args[2]=0; }, ``` this returns me the following error ``` Started tracing...