原因はimageNamed。
下記のようにすることで解決した。
NSString* pImageNmae = [[NSBundle mainBundle] pathForResource:pOffImagePath ofType:@"png"];
UIImage* pUIImage = [[UIImage alloc] initWithContentsOfFile:pImageNmae];
NSString* pImageNmae = [[NSBundle mainBundle] pathForResource:pOffImagePath ofType:@"png"];
UIImage* pUIImage = [[UIImage alloc] initWithContentsOfFile:pImageNmae];