Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4607860
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:45:42+00:00 2026-05-22T00:45:42+00:00

I want to ask whether there is a framework of Cocoa to create and

  • 0

I want to ask whether there is a framework of Cocoa to create and manipulate ISO disk image. Actually, I want to find one Cocoa alternative for .NET DiscUtils(http://discutils.codeplex.com/).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T00:45:43+00:00Added an answer on May 22, 2026 at 12:45 am

    If you want to create ISO images on the Mac, you can call hdiutil. See man hdiutil.

    Start by putting your files in a temporary directory, say, /tmp/xyz/volume. (Use mkdtemp). Then run:

    $ hdiutil create -srcfolder /tmp/xyz/volume -format UDTO /tmp/xyz/image.cdr
    

    This will create a “CDR Master” image. You can then convert it to ISO:

    $ hdiutil makehybrid -iso -joliet -o /path/to/image.iso /tmp/xyz/image.cdr
    

    You can then delete the temporary directory.

    Now, I know that this isn’t a “framework” per se. Instead you’re calling external programs to do the work for you. You’ll need to learn how to use fork/exec, popen, NSTask, or one of the other variants.

    As an alternative, you could build a copy of mkisofs and place that inside your application bundle. The interface to mkisofs is somewhat nicer for creating ISO images, it’s just not bundled with Mac OS X the way hdiutil is.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to ask whether there are some problems with the copy for the
I want to ask whether the built-in camera to take photos and change the
want to ask user to input something but not want to wait forever. There
I want to ask pro developers out there that how they manage a big
I want to ask if is there any faster method how to make this
I want to ask whether the following code is thread safe: Consider that Save1
I'm writing an Eclipse RCP and I want to ask the user whether to
I want to ask wether it's possible to develop a J2ME application for Nokia
I want to ask you something. I make the application web with the Google
I want to ask about an edge-case scenario that I understand is very poor

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.