iOS Build Error - When Config file having the info.plist overwrite

I got the below error when build the ios

First time below error raised

UserError: Conflict found, edit-config changes from config.xml will overwrite plugin.xml changes.

Second time below error raised

UserError: error: property ‘userAgent’ not found on object of type 'CDVViewController’

On Config.xml I’ve below overwrite code

		 <edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>Your location is collected to determine where the fueling event happened, when a fueling event is recorded on an equipment.</string>  
                </edit-config>
    		
    		<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app - Used to attach photos to your notes</string>  
    		</edit-config>

    		<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app - Used to attach photos to your notes</string>  
    		</edit-config>
    		
    		<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app - Used to attach photos to your notes</string>  
    		</edit-config>

    		<edit-config target="NSBluetoothAlwaysUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app doesn't use your bluetooth devices.</string>  
    		</edit-config>		
    		
    		<edit-config target="NSBluetoothPeripheralUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app doesn't use your bluetooth devices.</string>  
    		</edit-config>
    		
    		<edit-config target="NSCalendarsUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app doesn't use your calendar information.</string>  
    		</edit-config>
    		
    		<edit-config target="NSRemindersUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app doesn't use your reminders.</string>  
    		</edit-config>
    		
    		<edit-config target="NSContactsUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app doesn't use your contact list.</string>  
    		</edit-config>
    		
    		<edit-config target="NSMicrophoneUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app need to access your microphone to record a video.</string>  
    		</edit-config>
    		
    		<edit-config target="NFCReaderUsageDescription" file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app doesn't use your NFC.</string>  
    		</edit-config>
    		
    		<edit-config target="NSSpeechRecognitionUsageDescription " file="*-Info.plist" mode="overwrite">
    			<string>QtaniumConnect app doesn't use your speech recognition.</string>  
    		</edit-config>

Also shows this below error

TypeError: Failed to fetch

Are you still getting the Failed to Fetch? We were doing some maintenance a couple of hours ago, but it should be OK now.

Yes, now able to build the ios, but it returns the error

UserError: error: property ‘userAgent’ not found on object of type 'CDVViewController’

That’s probably a problem in your config.xml file. If you’re lost, try removing things in the file to see if the problem goes away.

If we remove the cordova-plugin-wkwebviewengine plugin, the above mentioned error was removed.

UserError: error: property ‘userAgent’ not found on object of type 'CDVViewController’

Now that issue not shown, but the below error was shown

“Error: Unpacking p12 file failed. Check your p12 file.”

You definitely have a problem with your p12 file. Unfortunately, Cordova/Xcode does not provide any specifics. You will need to recreate the file.