Its RemoteRealmConsoleApplication thats not working and it has copy local set. The other one RealmConsoleApplication doesnt have it set but it does work.
Mind you I’ve never set any of the remote references as copy local and it seems to automatically be added. Also if I wanted to the option isnt available.
Fixed. CopyLocal was not supported for Cocoa .frameworks al all (except for .app bundling, which is handled separately), because (a) no-one ever needed that and (b) it’s probably a terrible idea to ship a console app that depends on .framework files deployed next to it.
Note you might still have to tweak the @rpath of the .frameworks. The way this works in Cocoa is that the framework itself contains information on where it wants to be loaded from. usually thats something like “@exepath…/Frameworks” or the like, because frameworks assume you’re building an app.