Archicad C++ API
About Archicad add-on development using the C++ API.

Add-on doesn't work on Mac with ArchiCAD 18

Anonymous
Not applicable
Hi all !!
I have compile an example project with the API 18 on mac. The add-on on my computer where i compile but he doesn't work on my others computers.
I have this message follow : "This is an old add-on version" in the add-on manager.

Whar can i do ?

Thanks.
2 REPLIES 2
Akos Somorjai
Graphisoft
Graphisoft
atila-diffusion wrote:
Hi all !!
I have compile an example project with the API 18 on mac. The add-on on my computer where i compile but he doesn't work on my others computers.
I have this message follow : "This is an old add-on version" in the add-on manager.

Whar can i do ?

Thanks.
Hi,

Have you set both the SDK (10.7, 10.8, or 10.9) and the deployment target (10.7) in your Xcode project's settings?

Regards, Akos
Anonymous
Not applicable
Hi,
Project's setting was not the problem.

I add MSVCRT library on my project now he works.

Thanks for you help.
Best Regards