I am learning Swift and when I jus write print("Hello World !"), I get an error:
dyld: Library not loaded: @rpath/libswiftCore.dylib ... Reason: image not found
I already searched some answers but every time, the problem was about a framework
, but I don't use any framework
I can't do anything if I can't print some text...