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
  • 8,936
  • 7
  • 53
  • 93
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,176
  • 2
  • 22
  • 41
Madaragog
  • 1
  • 1