-1

I'm getting 201 Apple Mach-O Link errors while using Parse and the SDWebImage framework. The app runs fine on my phone, but when using the simulator, I get the errors. Here's what I've imported and the errors I'm getting:

Fraemworks

halfer
  • 19,824
  • 17
  • 99
  • 186
Chris Jones
  • 856
  • 1
  • 11
  • 24
  • Please add code/errors into question and not on pasteboards - just removed a dead link from your post just now. – halfer Jan 23 '16 at 11:14

1 Answers1

0

I've run into a similar issue. Try this:

  • Go to the scheme manager (top left hand corner immediately to the right of the build/stop build buttons
  • Click on "New Scheme"
  • Add a new scheme with your desired name

Alternatively, you could modify the scheme instead of creating a new (deleting and re-adding)

jshbrmn
  • 1,737
  • 3
  • 22
  • 52