How can I add my resources to the jsb project in Xcode

I download the newest clone in github,and use the create_project.py create the new project

and run the hello world sample,it’s OK,so I add my resources(only the javascripts and images) in the Resources and run it,it’s OK.
But when I exit the simulator and run the project again ,the simulator can’t start, it have no errors,I clean all the targets and build
the project,the simulator also can’t start.

I delete my resources in the project,clean the project and run it ,it’s OK now ,so how can I add my resources to the jsb project?

I have encountered