[[NSBundle mainBundle] pathForResource:@"filename" ofType:@"ext"]
분명히 파일을 추가하여 트리에도 나오는데 경로가 계속 nil 이 된다.
확인 결과 파일을 추가할 때 옵션의 문제이다.
Add to targets 에 target 에 대한 체크가 빠져있었다.
추가된 파일을 제거하고 다시 등록하면서 target 설정을 해주니 잘 동작한다.
'Mobile > iOS문제' 카테고리의 다른 글
UITapGesture 사용시 UIButton 미동작 (0) | 2012.06.04 |
---|---|
Archive 후 Organizer 에 보이지 않는 현상 (0) | 2012.05.15 |
[xcode] Code Highlight (Syntax Coloring) (0) | 2012.04.03 |
[iOS] Apple Mach-O Linker (id) Error (0) | 2012.03.02 |
[iOS] target does not implement selector (0) | 2012.02.28 |