Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mp4 形式のファイルを XCode にコピーしました。abc.mp4 という名前
NSString *filePath = [[NSBundle mainBundle] pathForResource:@"abc" ofType:@"mp4"];
filePath をログに記録すると、null が返されます。
XCode リソース ファイルにアクセスするにはどうすればよいですか?