1.[[NSBundle mainBundle]pathForResource:soundFileName ofType:@"mp3"]
文件应该拖拽到supporting files中。
其实它在Build Phases -> Copy Bundle Resources
这里面需要包括storyboard,上面要引用的mp3,以及setting bundles
2.
1.[[NSBundle mainBundle]pathForResource:soundFileName ofType:@"mp3"]
文件应该拖拽到supporting files中。
其实它在Build Phases -> Copy Bundle Resources
这里面需要包括storyboard,上面要引用的mp3,以及setting bundles
2.