Skip navigation
Currently Being Moderated

AIP not working on MAC

Aug 6, 2012 5:52 AM

Tags: #cs6

Hi All,

 

I am working on a plugin kind of application, in that i need to add a Menu Item in the File Menu of Adobe Illustrator.

 

I have done that task.

 

I am using Adobe Illustrator CS6 SDK for it. It is giving me a .AIP file as output and when i paste this file in Plugin folder of AI it works.

 

Now when i use this same file for MAC OS it doesn't work.

 

Can any one of you please tell me that how can i resolve this issue. Will i have to write the entire code again for MAC OS or i am doing some mistake while using this file.

 

I need a plugin that work in both MAC and MicroSoft Plateform.

 

Thanks & Regards

Harsh

 
Replies
  • Currently Being Moderated
    Aug 6, 2012 6:29 AM   in reply to Harsh V Sharma

    Hi Harsh,

     

    Plugins compiled using Visual Studio on Windows will not work on Mac. What you will have to do is to compile your plugin using Xcode 3.2.5 which will give you an .aip that will work on mac. You will not need to re-write your code however you may find if you have used windows specific libraries that you need to re-write those sections.

     

    To get started you should be able to see that all the samples provided with the SDK come with both a visual studio project and an xcode project and you should be able to use one of the xcode projects or the xcode template as the basis for your xcode project. If you compile one of the samples using both the Visual Studio and the Xcode projects you will see that they create two different aip files one under <sdk folder>/output/windows/... and <sdk folder>/output/mac/... you should find that each file works on the correct platfom.

     

    I hope that helps,

    Thanks and regards,

    Robert

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points