Narendra Pandey
Narendra Pandey

Reputation: 377

Linker command failed to execute code 1 (use -v to see invocation) in ios

when i compile code then Linker command failed to execute code 1 (use -v to see invocation) error is occurred but actually i don't know where i made mistakes.enter image description here

Upvotes: 0

Views: 108

Answers (2)

Rahul Patel
Rahul Patel

Reputation: 534

There is duplicate file in Your Project >> Build Phases >> Copy Bundle Resources.

Remove Duplicate files from there.

Upvotes: 1

Tejas K
Tejas K

Reputation: 700

Try this:

  1. Go to your project setting page
  2. Select your project (left side)
  3. Click the "Build Settings" tab
  4. Search "Bitcode"
  5. Set "Enable Bitcode" to "No"

Upvotes: 0

Related Questions