-1

I created an iOS application with the Google VR pod. I setup everything in the Viewcontroller and storyboard. When I try to run this project I get the error:

linker command failed with exit code 1 (use -v to see invocation). What should I do? Xcode says you have to enable bitcode, but is there another way to do this, without changing ENABLE_BITCODE?

Looking forward for some solution.

Caspert
  • 4,271
  • 15
  • 59
  • 104

1 Answers1

0

This error is usually due to some pod missing that you are adding in your pod file.Or due to not opening the project by xcworkspace after adding the pod.Try opening it from xcworkspace or add pod properly.

Waqar Khalid
  • 119
  • 1
  • 12