SOLVED!
Undefined symbol errors when building add-ons for Archicad 25
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-06-11
12:23 AM
- last edited on
2021-09-14
09:35 AM
by
Noemi Balogh
2021-06-11
12:23 AM
I'm trying to build add-ons for Archicad 25 using Xcode. It builds all the files fine, but then comes up with 4 errors related to the RS module. The same add-on builds fine for previous versions of Archicad.
What am I doing wrong?
(I've included the Modules\RS folder in the User Header Search Paths field for the Xcode project. Without that it kicks up errors much earlier in the build process.)
What am I doing wrong?
(I've included the Modules\RS folder in the User Header Search Paths field for the Xcode project. Without that it kicks up errors much earlier in the build process.)
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-06-11 09:02 AM
2021-06-11
09:02 AM
RS is a new module in Archicad 25. It's not enough to add it to the include search path, you also have to add it to the used libraries/frameworks list.
2 REPLIES 2
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-06-11 09:02 AM
2021-06-11
09:02 AM
RS is a new module in Archicad 25. It's not enough to add it to the include search path, you also have to add it to the used libraries/frameworks list.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2021-06-14 01:46 AM
2021-06-14
01:46 AM
Thanks Viktor! That's exactly what I needed to do.
A typical rookie error ...
A typical rookie error ...