0

I created a command line tool project in Xcode10.2. I can build but can't run the project.

dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /Users/{username}/Library/Developer/Xcode/DerivedData/{projectname etc...}/Build/Products/Debug/{Project name}
  Reason: image not found

what should I do?

I have already done following method but I couldn't solve this problem. dyld: Library not loaded: @rpath/libswiftCore.dylib

Blazej SLEBODA
  • 7,648
  • 5
  • 43
  • 81
Catherine
  • 1
  • 2

1 Answers1

0

I had the same problem and I solved it by updating my Mac, I hope this will help you.

anurag
  • 2,038
  • 2
  • 22
  • 40
Madaragog
  • 1
  • 1