Page 1 of 1

Building App for MacOS

Posted: Wed Aug 21, 2013 1:21 pm
by gpearson
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.

Re: Building App for MacOS

Posted: Wed Aug 21, 2013 2:01 pm
by gpearson
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.

Re: Building App for MacOS

Posted: Wed Aug 21, 2013 8:30 pm
by shaosean
Did you check the permissions of that file to ensure you are allowed to run it?

Re: Building App for MacOS

Posted: Thu Aug 22, 2013 1:00 pm
by gpearson
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.

Re: Building App for MacOS

Posted: Fri Aug 23, 2013 7:04 am
by shaosean
You will need to check on Mac OS X