Building App for MacOS

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
gpearson
Posts: 84
Joined: Wed Feb 03, 2010 12:55 pm

Building App for MacOS

Post by gpearson » Wed Aug 21, 2013 1:21 pm

To this point all of my application development has been for windows platform and now wanting to expand my application for the Mac environment. I found someone who is allowing me remote access to a Mac Mini that is running Mac OS X Server 10.7.5. I have created a new stack with the following code on the openStack event handler

Code: Select all

put the environment into it
answer info it with "OK"
I have created a standalone for only Mac and upon running this standalone on the mac I am getting the following error message when I view console

/Users/{UserID}/Google Drive/SMSApplication/SMSApplication.app/Contents/MacOS/SMSApplication" ...) Permission Denied



Does anyone have information that might allow me to solve this. I can navigate the Mac OS but it does take me longer to figure things out.
---
Graham Pearson
Goshen, IN USA

We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com

gpearson
Posts: 84
Joined: Wed Feb 03, 2010 12:55 pm

Re: Building App for MacOS

Post by gpearson » Wed Aug 21, 2013 2:01 pm

I have copied the Application to other locations like Desktop, etc. Upon running the application I get the same error message but with the new location of where the file is located at that time. My account is a standard user which was changed from a Network user.
---
Graham Pearson
Goshen, IN USA

We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Building App for MacOS

Post by shaosean » Wed Aug 21, 2013 8:30 pm

Did you check the permissions of that file to ensure you are allowed to run it?

gpearson
Posts: 84
Joined: Wed Feb 03, 2010 12:55 pm

Re: Building App for MacOS

Post by gpearson » Thu Aug 22, 2013 1:00 pm

shaosean wrote:Did you check the permissions of that file to ensure you are allowed to run it?
Not being a Mac Person, I will have to search to figure this out. Would this be an option in Livecode? or on the Mac itself. Sorry for not knowing but this is all new territory for me.
---
Graham Pearson
Goshen, IN USA

We Are Closed Today is your single internet resource for Indiana Area School Closings, Visit http://www.weareclosedtoday.com

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: Building App for MacOS

Post by shaosean » Fri Aug 23, 2013 7:04 am

You will need to check on Mac OS X

Post Reply