kivy iOS app deployment in Xcode (Build error)

I'm a beginner kivy app developer. I used the Kivy/KivyMD framework with Python to develop a simple application which works when complied on Pycharm. The problem is when I tried to upload my application on my iPhone using Xcode version 13, I keep getting this error (org.kivy.mathdojo is app):

Domain: IDEInstallLocalMacService
Code: 1
Failure Reason: Please try again later.
Recovery Suggestion: invalid symlink at /var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.8PYcjz/extracted/mathdojo.app/YourApp/env/bin/python3
User Info: {
    DVTErrorCreationDateKey = "2022-01-23 03:33:11 +0000";
    IDERunOperationFailingWorker = IDEInstallLocalMacWorker;
}
--

Kivy is not a framework of Apple's. You should better visit the supporting site or a community site of it to get better answers sooner.

kivy iOS app deployment in Xcode (Build error)
 
 
Q