function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
poojaapoojaa 

Unable to deploy big object

I'm unable to deploy my big object due to the error as shown below. I have created the package, but it has thrown the below error.
User-added image

My zip folder
User-added image

Package.xml
 
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>rider_history__b</members>
        <name>CustomObject</name>
    </types>
    <types>
        <members>rider_history</members>
        <name>PermissionSet</name>
    </types>
    <version>41.0</version>
</Package>

Please guide me regarding the issue