Comments
-
@Chaddly ok so in step 1 There is a file in directory /usr/lib called libSystem.B.dylib. The /usr folder can be found under 'Macintosh HD'. So, first step can you find the file? That file (libSystem.B.dylib) needs to be copied into the Pokemon TCG game and renamed to (libc.dylib).
-
I copied file: /usr/lib/libSystem.B.dylib and renamed it as libc.dylib
-
2 Right click Pokemon TCG Live app 3 Select 'Show package contents' 4 Navigate to Contents/Frameworks 5 Paste file in 1 here and rename to libc.dylib Better for devs to respond and issue a patch though. Won't need the above.
-
I think I figured out the issue. libc.dylib is not being packaged with the application/it is not following symbolic links to retrieve the library from path when loading the game. Remediation steps (that worked for me): Copy /usr/lib/libSystem.B.dylib