Skip to content

Xcode error in main funtion [ufw runUIApplicationMainWithArgc: argc argv: argv]; #1172

@mawans

Description

@mawans

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions