Hello at unity,
I am using this package and I was trying to implement the body tracking, When I export for xcode and open up everything works well until it starts running on my device. When Made with unity screen opens then Xcode stops the project on the following code and gives a random error on this line([ufw runUIApplicationMainWithArgc: argc argv: argv];).
int main(int argc, char* argv[])
{
@autoreleasepool
{
id ufw = UnityFrameworkLoad();
[ufw runUIApplicationMainWithArgc: argc argv: argv];
return 0;
}
}
Kindly help me to remove this.
Regards.