Eric Johnson

Results 9 comments of Eric Johnson

I also recently ran into this problem on OSX. Background, it was working fine for quite a while. I used the tool in mid-July on the phone that has not...

I'm also seeing this error from a CodeBuild task we set up to install cloudmapper: Build output: ``` [100%] success: Published 8b8291b3d2d332689f14d0a420eadbb9234f5975e9a6f384e5a7f7f610c0f620:current CloudmapperauditorStack: creating CloudFormation changeset... X CloudmapperauditorStack failed: ValidationError:...

This appears to be due to a breaking change in the CDK v1.31.0. I have not examined the CDK code in Cloudmapper to see what exactly is causing the error;...

All good on my side. We've upgraded to this commit and CDK version, and it works: ``` MAPPERBRANCH: 'main' MAPPERCOMMIT: '4f5ec6f6eaffdef4c8d14a628215747b548fbc2d' # 2020-12-07 - release ... npm install -g [email protected]...

@matt-f-tsu This PR #892 corrects this build issue. The `python3.7-dev` package appears to have been deprecated. Remove this package from Dockerfile and it should work: ``` sed -i -e "s#python3.7-dev##g"...

I agree with all of the above. Maybe we start with the most beneficial modules for the file system (e.g. sceenshots, plist files, sqlite files, keychain, extracting the .app files,...

Here is the list of current modules that I think will theoretically work with the simulator. Ordering from what I "think" would be the easiest to the more complicated: storage/caching/keyboard_autocomplete...

Perfect - I think that sounds like a great plan going forward.

Hey guys - sorry I dropped off the grid for a while. I had some non-mobile projects come up over the past couple months that tied up most of my...