-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello,
I'm running MacOS Mojave (10.14.3) and I recently downloaded Focus (Version 1.1.0 for MacOS(10_12)). All goes well until I try to run "Init Files and Parameters" under 2DXtal. I then get a library error:
#############################2dx_initialize_files#############################
==== Sourcing 2dx_init_files_sub.com ====
==== Pixel Size is 1.91. ====
==== Testing if image_2dx.mrc exists ====
==== Copying image_2dx_raw.mrc onto image_2dx.mrc ====
==== image_2dx.mrc exists (1) ====
==== Testing Endianess. ====
########################2dx_initialize_files finished.########################
dyld: Library not loaded: /usr/lib/system/libsystem_coretls.dylib
Referenced from: /Applications/focus/kernel/mrc/lib/usr/lib/libSystem.B.dylib
Reason: image not found
Some googling and poking around in the file system show that the names and locations of the "lib" files have changed in MacOS(10.14). Looks like changes like this might have happened in the past and they were resolved (#122). As an aside, I also can't make symbolic links in /usr/lib/ as a work around (the OS prevents this).
Any suggestions?
Thanks in advance,
Kelli