Getting "lazy symbol binding failed: Symbol not found: _objc_storeStrong" runtime error

2 replies [Last post]
mehdi_
User offline. Last seen 8 years 45 weeks ago. Offline
Joined: 07/16/2012
Posts:

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,

mehdi_
User offline. Last seen 8 years 45 weeks ago. Offline
Joined: 07/16/2012
Posts:

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,

mehdi_
User offline. Last seen 8 years 45 weeks ago. Offline
Joined: 07/16/2012
Posts:

I found the solution.
The problem was with the Arc. I had to add "-fobjc-arc" to linker flags.

Syndicate content