Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Issues developing Fusion 360 Plugin for OS X in XCode - missing header and lib

Anonymous

Issues developing Fusion 360 Plugin for OS X in XCode - missing header and lib

Anonymous
Not applicable

Hello, I'm working on a C++ Fusion 360 Plugin for mac.  I am getting errors in XCode as the lib and include paths are empty and non-existent.  How do I get the libs and headers?  Thanks in advance!

 

$(USER_LIBRARY_DIR)/Containers/com.autodesk.mas.fusion360/Data/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/CPP/include

$(USER_LIBRARY_DIR)/Containers/com.autodesk.mas.fusion360/Data/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/CPP/lib

0 Likes
Reply
477 Views
3 Replies
Replies (3)

goyals
Autodesk
Autodesk

I am really surprised to hear it because this problem was never noticed on Mac and only impacted Windows. Just to keep you going, I attached the include and lib folder for Mac here. I hope it helps.



Shyam Goyal
Sr. Software Dev. Manager
0 Likes

goyals
Autodesk
Autodesk

Not sure If you mistakenly deleted it and now they are not copied again. Can you try to delete Version.text present at "

/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/version.txt" and restart Fusion? I am hoping that it should come back on restart of Fusion. We just verified on Fusion production and it is working fine for us. Thanks.



Shyam Goyal
Sr. Software Dev. Manager
0 Likes

Anonymous
Not applicable

Thank you!  It turns out that I was looking in the wrong place.  The path to the lib and include folder were specified incorrectly in the plugin that i was using as a template for my plugin, namely $(USER_LIBRARY_DIR)/Containers/com.autodesk.mas.fusion360/Data/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API

 

However, when i go to $(USER_LIBRARY_DIR)/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API, I can find all the files needed.  

 

Thank you again, appreciate the help!

0 Likes