seanhenry / SwiftMockGeneratorForXcode

An Xcode extension (plugin) to generate Swift test doubles automatically.
MIT License
748 stars 47 forks source link

Cannot mount dmg disk image #26

Closed jowie closed 4 years ago

jowie commented 4 years ago

I've been trying to download releases of the project, but even though the dmg files are about 10 MB, I receive the error "no mountable file systems". This is the full verbose output in Terminal:

Initialising…
DIBackingStoreInstantiatorProbe: interface  0, score      100, CBSDBackingStore
DIBackingStoreInstantiatorProbe: interface  1, score    -1000, CBundleBackingStore
DIBackingStoreInstantiatorProbe: interface  2, score    -1000, CRAMBackingStore
DIBackingStoreInstantiatorProbe: interface  3, score      100, CCarbonBackingStore
DIBackingStoreInstantiatorProbe: interface  4, score    -1000, CDevBackingStore
DIBackingStoreInstantiatorProbe: interface  5, score    -1000, CCURLBackingStore
DIBackingStoreInstantiatorProbe: interface  6, score    -1000, CVectoredBackingStore
Attaching…
2019-07-31 14:00:35.572 diskimages-helper[67732:9040372] -remountReturningDictionary: detaching because no mountable filesystems.
Error 112 (no mountable file systems).
Finishing…
DIHLDiskImageAttach() returned 112
hdiutil: attach failed - no mountable file systems

I tried downloading the project for compilation, but I'd need an older version of Xcode.

I read somewhere that if a dmg is too new for the OS, it won't recognise it. I am on Mojave 10.14.6.

jowie commented 4 years ago

Please ignore... I think it has something to do with anti-virus software. I found a workaround. Thanks.