You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data. (lldb)
#7
Open
monyoudom opened this issue
May 25, 2017
· 3 comments
Am 25.05.2017 um 09:49 schrieb monyoudom ***@***.***>:
after I build it in my xcode
— dhus dzyi
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
<platform name="ios">
<config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist">
<string>This app needs the camera for Augmented Reality</string>
</config-file>
<config-file parent="NSLocationWhenInUseUsageDescription" platform="ios" target="*-Info.plist">
<string>This app needs your location for Geo AR</string>
</config-file>
<config-file parent="NSPhotoLibraryUsageDescription" platform="ios" target="*-Info.plist">
<string>This app needs to access your photo gallery such that you can share your screenshots</string>
</config-file>
...
</platform>
After this you'll need to remove the platform and add it again:
after I build it in my xcode
The text was updated successfully, but these errors were encountered: