I will use the camera in my app, and I add Camera Usage Description in Xcode
but a alert shows the error:
Someone help me, plus?
UPDATE:
My Bundle Resources:
I will use the camera in my app, and I add Camera Usage Description in Xcode
but a alert shows the error:
Someone help me, plus?
UPDATE:
My Bundle Resources:
RemoveDerived data for your project: /Users/{Username}/Library/Developer/Xcode/DerivedData/{AppName}
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.