2

I will use the camera in my app, and I add Camera Usage Description in Xcode

enter image description here

but a alert shows the error:

enter image description here

Someone help me, plus?

UPDATE:

My Bundle Resources:

enter image description here

Guilherme Abreu
  • 99
  • 1
  • 1
  • 9

2 Answers2

2

RemoveDerived data for your project: /Users/{Username}/Library/Developer/Xcode/DerivedData/{AppName}

protspace
  • 2,047
  • 1
  • 25
  • 30
0

If you have installed any cocoapods, please deintegrate using- $ pod deintegrate, and uninstall all the cocoapods versions and then delete all of the pod files (pod.lock, pod, xcworkspace) from your project. Now, go to your Xcode project and remove the pod file and framework file from there. Then reinstall your cocoapods version that you need and use your library. It worked for me.

svarrall
  • 8,545
  • 2
  • 27
  • 32