Importing frameworks in Oxygene for Cocoa

Exactly, that’s the problem.

The current thinking is to zop the .framework up as part of the import. place that next to the .fx, so we can build and link. but the finished .app would be broken as soon as it gets back to Windows. Unless we cna somehow safely “flatten” the framework (ie drop the symlinks). But i’m not sure yet if that will be straight-forward, since there could be anything inside that framework folder, really, and we cant officially depend on its structure.