For Addon libs:

Where it should look like this:

had a Quick Look looks related to the paths not being correct
if (folder.begin()->string() == "addons") {
addCommand("Add :objects:"+thisUUID+":sourceTree string <group>");
fs::path addonFolder { fs::path(fullPath).filename() };
addCommand("Add :objects:"+thisUUID+":path string " + ofPathToString(addonFolder));
// alert ("group " + folder.string() + " : " + base.string() + " : " + addonFolder.string(), 32);
} else {
addCommand("Add :objects:"+thisUUID+":sourceTree string SOURCE_ROOT");
}
I re-added this to xcframeworks and now it works
Also if you run the projectGenerator against the projectGenerator (inception)
It fails to link or add the other src folders in the same directory

For Addon libs:

Where it should look like this:

had a Quick Look looks related to the paths not being correct
I re-added this to xcframeworks and now it works
Also if you run the projectGenerator against the projectGenerator (inception)
It fails to link or add the other src folders in the same directory