Reputation: 745
I am having troubles building my RCP Application for Mac using the Delta Pack. I have Delta Pack 3.7.2 installed and configured right (inserted into a target platform ) and the Building part completes just perfectly.
When I try to run the build app on my windows(Dev PC) it works fine. But when I zip the Mac version and try to run it on my mac, then it fails on every version I try:
The app won't open and I don't get an error message.
Is there a way to get an error message anyway? Has anyone had this problem before?
Upvotes: 0
Views: 124
Reputation: 11
When you build for a mac on a windows machine you should not build directly to a directory. Instead you should build to an archive. Then put this archive on the mac and expand it there. Then everything should work
Upvotes: 1