Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.0
-
None
Description
Trying to open the app from a custom url scheme that was registered in plist and it crashes in line:
int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");
in Main.m
Saying that he cannot concate a string with nil.