Vasilii Polikarpov

Results 9 comments of Vasilii Polikarpov

Hi @wkiefer. I didn't succeed reproducing the issue. Both hdiutil and create-dmg work flawlessly for me. Could you provide more detailed repro steps or share a link to the failing...

Hey @geoffthemedio, @wkiefer. Looks like the issue is gone as an image version 20230509.4 have been rolled out. Could you try to run your workflow again?

Hi @Neverous. It looks similar indeed. But I suppose you might get this error because of the failure on the previous step: ``` error: /Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: no LC_RPATH load command with...

Hey. I finally realized what causes this issue. Looks like it's `XProtectBehaviorService` that [was introduced](https://eclecticlight.co/2023/05/10/how-macos-now-tracks-the-provenance-of-apps/) in macOS 13 Ventura. If you are not lucky enough it may lock your newly...

You a right, Maciej, this is something different. Killing XProtect only helps when you get "Resource busy". I still suspect that previous error may somehow cause failure of hdiutil. I...

Did you try enabling debug output for hdiutil? I suppose it may be done by setting `CPACK_COMMAND_HDIUTIL` option to `/path/to/hdiutil -debug`

Hey @Neverous. Looks like your issue may be resolved by running hdiutil using sudo. I added this line to `CMakeLists.txt` and packaging works flawlessly: ``` set(CPACK_COMMAND_HDIUTIL "/usr/bin/sudo /usr/bin/hdiutil") ```

Glad to hear! Well, looks like problems have been solved so i'm closing this issue for now. Feel free to reopen it if problems return. To sum up: - If...

Hey @jpfeuffer. Unfortunately, it is the only solution we have. Mac OS doesn't support automation well. The process we are talking about wouldn't bother you probably if you build your...