Getting "lazy symbol binding failed: Symbol not found: _objc_storeStrong" runtime error
Mon, 07/16/2012 - 01:46
Hi,
I'm developing live camera filter application, using GPUImage framework but I'm getting "lazy symbol binding failed" error in initWithFrame: of GPUImageView.
IOS Version : 4.3
CGRect mainScreenFrame = [[UIScreen mainScreen] bounds]; GPUImageView *primaryView = [[GPUImageView alloc] initWithFrame:mainScreenFrame];
So what's happening?
Is it because of the IOS Version?
Thanks,
Mon, 07/16/2012 - 02:48
#2
I found the solution.
The problem was with the Arc. I had to add "-fobjc-arc" to linker flags.
I think the error can't be from the ios version, because the same code is running in your simplePhotoFilter project without any error....
So please help me to find out
Regards,