I’m trying to “deploy” a MacRuby 0.10 app that has MacRuby embedded so that I can distribute my app to users without MacRuby installed. I can’t seem to figure out how to deploy an app like this from XCode 4. How can I do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Embedding MacRuby
After following the steps found in this article I realized that I needed to add an additional build target. There are other steps in that article that you will need to follow. I had already done them, so I didn’t need to.
Archiving an app with spaces in the name
I also ran across an issue since the name of my app had a space in it. If your app name has a space, you will need to create a
Custom Archive Namethat doesn’t include spaces. To create aCustom Archive Name:Now I’m able to embed MacRuby when I "archive" my app in order to distribute it to my co-workers.