Hi, I am using Xcode to develop a program on C++. I complied it on Terminal app which was successful. But when I executed the program, I had errrors with "Library not loaded: /usr/lib/libc++.1.dylib"
I recently purchased a new macbook pro. I had never had problems like this on the old mac. I have little knowledge about the library and system so I would have to ask for some help! Thank you for reading this.
============================================================ dyld[2846]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed dyld[2846]: Library not loaded: /usr/lib/libc++.1.dylib Referenced from: <A3EC47BA-EC3F-3737-B3B6-396101A2BB48> /Users/seoprhim/Documents/new API_Beta/API_Beta/IBJts/cpp1/TestPosix/TestPosix Reason: tried: '/usr/lib/libc++.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/lib/libc++.1.dylib' (no such file), '/usr/lib/libc++.1.dylib' (no such file, no dyld cache), '/usr/local/lib/libc++.1.dylib' (no such file) Abort trap: 6