You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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];).
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.
The text was updated successfully, but these errors were encountered: