Search code examples
swiftxcodecocoapodslinker-errorsxcode10

Xcode 10 Beta 5 — clang: error: linker command failed with exit code 1


Can anybody help me out? Everything worked fine on my project but after updating to Xcode10 Beta5 I'm getting this error when trying to run the App on my iPhone. Simulator however works… Please Help me!!!

enter image description here

I already did a web search on this problem and found this thread. I tried all answers but none worked..

If you had this problem I would be very very thankful if you can help me running my app on my iPhone again

These are the pods I've integrated: enter image description here

and this is my pod file: enter image description here


Solution

  • Ok.. It turned out that something in Fabric and/or Crashlytics was wrong. Since it's not essential for the app I tried to remove both pods and voila it builds and runs.