Creating symlinks in OSX frameworks inside app bundle
问题 I need to create symlinks in frameworks inside an app on OSX (vers 10.10.1). I am outside of XCode as the app is developed in Qt. It provides the frameworks, but they need some retouches to work on the new codesigning rules. I call "ln -s path_origin path_target_link" and apparently it works, the links are created and they resolve to the right place. But when I codesign the app, I get an error "unsealed contents present in the root directory of an embedded framework" (In order to verify my