Per Olofsson

Results 43 comments of Per Olofsson

To work around this bug, store the Mojave installer on an external volume, such as a dmg or a USB drive. Thanks to @pudquick for discovering this workaround.

> SIU / OSInstaller.framework bug: filed as feedback assistant #4813714, radar #43296160, enterprise case #100613736022 https://twitter.com/mikeymikey/status/1029494521438982144 > I've received several indicators it's being given a closer look. Thanks everyone ❤️

Please join #autodmg on [MacAdmins Slack](https://macadmins.herokuapp.com/) for support and feedback. This is only for keeping track of the bug.

Thank you, the codebase is in dire need of a clean up. However, I'm afraid I can't merge this. The new indentation adds a lot of noise, but even if...

If you don't mind I'll leave the PR open, in case someone else wants to step in.

This works: ```objective-c #import int main(int argc, const char * argv[]) { @autoreleasepool { NSTask *task = [[NSTask alloc] init]; task.executableURL = [NSURL fileURLWithPath:@"/usr/bin/true"]; [task launch]; NSRunLoop *runLoop = [NSRunLoop...

No, I don't know how to fix the crash yet.

The bulk of the time difference is in disk image conversion, which is limited by I/O performance. In your 1.6 and 1.7 runs you save to `/Volumes/Sauvegarde poste instaDMG`, whereas...

Thank you, that eliminates one variables, and indeed that wasn't the problem. I've been looking at the logs some more, and something really weird is going on in 1.7.1. The...

Attaching log files to issue: [log_1.6.txt](https://github.com/MagerValp/AutoDMG/files/663906/log_1.6.txt) [log_1.7.1.txt](https://github.com/MagerValp/AutoDMG/files/663905/log_1.7.1.txt) [log_1.7.txt](https://github.com/MagerValp/AutoDMG/files/663904/log_1.7.txt)