LibGDX app will not run on simulator

Full log:

the error seems to be: https://gist.github.com/molikto/cecb99cb6e6ec53822a37f7c9755ec2f

    description = "The request to open "org.snailya.spylove" failed.";
    failureReason = "The request was denied by service delegate (SBMainWorkspace) for reason: Unspecified.";
    underlyingError = <NSError: 0x7b834320; domain: FBSOpenApplicationErrorDomain; code: 1 (Unspecified)> {
        description = "The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.)";
    };
}

then app just hangs.

I am using beta3, the latest gradle plugin.

Hi,

1.3.0-beta-2 is our latest version. Could you share a simple project with us that shows this issue?

Also, please make sure that you update the Xcode project settings as described in our blog post, even when you upgrade from beta-1 to beta-2.

Best,
Gergely