I am new to XCode and i am using XCode 7.3 version. I would like to run the app using the XCode on an iOS device. Here my iOS device is an IPAD. For this i have connected the IPAD device to the Mac book pro. The device has been recognized and it is shown in the list of Devices.
When i try to run the project via XCode in Mac connecting to the IPAD device,i am getting the error as "No Provisioning profiles matching an applicable signing identity were found" with a "Fix Issue" button.
When the Fix issue button is clicked, it tried to resolve the code signing issues and finally an error "An App ID with identifier 'XXX.XXXX.XXX' is not available. Please enter a different string" got displayed
I have a valid certificate and also the provisioning profiles downloaded onto my Mac which was created in the apple developer account. I tried a lot in fixing the issue but could not be able to fix it.
Can someone provide me a solution in order to fix this issue and run the app in iOS device?

