Marco Lancini
Marco Lancini
I'll try to fit it in!
@peterfillmore: resigning manually is not a viable option to consider. If that entitlement is really needed, we will have to release a new version of the Agent. @peterfillmore, @meetinthemiddle-be: have...
@Yogehi: are you able to reproduce the issue/fix?
@poldenais, from your error I can say that `lipo` has not been installed on your device
Yes, I was experiencing some issues as well. Can you please confirm you are using the latest version pulled from `develop`?
ok, I reverted the commits related to "_[FIX] Invalid characters when parsing plist files_". Can you try pull `develop` now and see if you can at least get the app's...
Reverting the changes fixed the issue. I'll have another go to try and sanitize plist files.
plist parsing errors might be because of this: https://github.com/libimobiledevice/libplist/issues/83
@tghosth, you might want to have a look at this as well: https://github.com/mwrlabs/needle/issues/106#issuecomment-270367760
Ok I finally had the time to get a proper look: you're right that's a different issue. Regarding the unicode issue, as you said adding ```from __future__ import unicode_literals``` to...