I followed the guide in https://appollo.readthedocs.io/en/master/tutorial/index.html and everything was fine, I managed to build it once and get the ipa file. I changed my info.plist file and added:
<key>NSCameraUsageDescription</key>
<string>This app requires access to your camera to scan ID's.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires access to your gallery to scan ID's.</string>
I tried building it again, choosing ad-hoc and I get the following error:
Error: for account - Cannot create the certificate on your Apple Developer Account: Apple error: You already have a
current iOS Distribution certificate or a pending certificate request.
I followed the guide in https://appollo.readthedocs.io/en/master/tutorial/index.html and everything was fine, I managed to build it once and get the ipa file. I changed my info.plist file and added:
I tried building it again, choosing ad-hoc and I get the following error:
Error: for account - Cannot create the certificate on your Apple Developer Account: Apple error: You already have a
current iOS Distribution certificate or a pending certificate request.