Corona cards and Corona Enterprise

i have a project Corona Enterprise in iOS, and i added to this new project in Corona Cards. When i click on the list items in Corona Enterprise project i open CoronaViewController with this new cards project. Everything is ok, but corona cards read main.lua from enterprise project, not from corona cards project. i added custom path to main.lua in cards project something like this:

 

NSString *mainPath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@“Corona”];

[coronaView runWithPath:mainPath parameters:@{}];

[coronaView run];

 

mainPath is path to Corona folder with main.lua corona cards project. Anyone knows where is a problem and know how to fix this? I want to read main.lua from cards project not enterprise.

I need them both working as I need corona project and video player with UI build in Corona Cards.