OK I solved my problem with this by looking at the produced pList File and realising that I needed to include the XML format code for the expected output. So for my camera access entry I added this line into the “Extra Plist data” input on the iOS settings page:
<key>NSCameraUsageDescription</key><string>Camera is used for AR functionality</string>
I hope this helps someone
R