Hi guys, I have updated to the recent version of the GData framework. My Deployment target is iOS5.1 and I was using GData before without any problems. Due to the new release of iOS6, I updated to xCode4.5 and, like I said before, updated GData as well.
But now I do have problems using this framework on the device: I am getting the following error:
*dyld: lazy symbol binding failed: Symbol not found: _objc_setProperty_atomic*
The checked in projects don't set a deployment version, directly add the
sources to your project instead so the compiler settings you have picked
can be applied.
TVL
On Thu, Oct 4, 2012 at 8:54 AM, Alex <alexander.mack...@googlemail.com>wrote:
> Hi guys,
> I have updated to the recent version of the GData framework. My Deployment
> target is iOS5.1 and I was using GData before without any problems.
> Due to the new release of iOS6, I updated to xCode4.5 and, like I said
> before, updated GData as well.
> But now I do have problems using this framework on the device:
> I am getting the following error:
> *dyld: lazy symbol binding failed: Symbol not found:
> _objc_setProperty_atomic*
> Running in the simulator works fine and without any errors / problems.*
> *
> I did the setup exactly like the description posted in the referenced
> blog.
> Any suggestions about the problem or how to fix this issue?
> Thanks in advance - I would appreciate any help!
> --
> You received this message because you are subscribed to the Google Groups
> "Google Data APIs Objective-C Client Library Discussion" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/gdata-objectivec-client/-/qMx3OaySy88J.
> To post to this group, send email to
> gdata-objectivec-client@googlegroups.com.
> To unsubscribe from this group, send email to
> gdata-objectivec-client+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/gdata-objectivec-client?hl=en.
> The checked in projects don't set a deployment version, directly add the > sources to your project instead so the compiler settings you have picked > can be applied.
> Hi guys, > I have updated to the recent version of the GData framework. My Deployment > target is iOS5.1 and I was using GData before without any problems. > Due to the new release of iOS6, I updated to xCode4.5 and, like I said > before, updated GData as well.
> But now I do have problems using this framework on the device: > I am getting the following error:
> *dyld: lazy symbol binding failed: Symbol not found: > _objc_setProperty_atomic*
I dont want to mess up my project with all that code. The basic cause of this problem seems to be, that the lib is compiled into a objc format that iOS 4.3 (my apps target) does not support. So how do i get it to compile into that format?
The deployment target seemed to be the correct, but somehow still the compiled format is wrong. Are there any other settings I can try changing?
I can't be the only one having that trouble.
Am Donnerstag, 4. Oktober 2012 14:54:29 UTC+2 schrieb Alex:
> Hi guys, > I have updated to the recent version of the GData framework. My Deployment > target is iOS5.1 and I was using GData before without any problems. > Due to the new release of iOS6, I updated to xCode4.5 and, like I said > before, updated GData as well.
> But now I do have problems using this framework on the device: > I am getting the following error:
> *dyld: lazy symbol binding failed: Symbol not found: > _objc_setProperty_atomic*
On Wednesday, October 10, 2012 11:25:46 AM UTC-5, Jakob Sachse wrote:
> I have the same problem, yet when i change iOS Deployment Target in GData > to the same value my iOS Project uses the runtime error remains.
> Am Donnerstag, 4. Oktober 2012 14:54:29 UTC+2 schrieb Alex:
>> Hi guys, >> I have updated to the recent version of the GData framework. My >> Deployment target is iOS5.1 and I was using GData before without any >> problems. >> Due to the new release of iOS6, I updated to xCode4.5 and, like I said >> before, updated GData as well.
>> But now I do have problems using this framework on the device: >> I am getting the following error:
>> *dyld: lazy symbol binding failed: Symbol not found: >> _objc_setProperty_atomic*
> Jakob I had your same problem and I deleted all the derived data so it > would rebuild everything and then the change took effect.
> On Wednesday, October 10, 2012 11:25:46 AM UTC-5, Jakob Sachse wrote:
>> I have the same problem, yet when i change iOS Deployment Target in GData >> to the same value my iOS Project uses the runtime error remains.
>> Am Donnerstag, 4. Oktober 2012 14:54:29 UTC+2 schrieb Alex:
>>> Hi guys, >>> I have updated to the recent version of the GData framework. My >>> Deployment target is iOS5.1 and I was using GData before without any >>> problems. >>> Due to the new release of iOS6, I updated to xCode4.5 and, like I said >>> before, updated GData as well.
>>> But now I do have problems using this framework on the device: >>> I am getting the following error:
>>> *dyld: lazy symbol binding failed: Symbol not found: >>> _objc_setProperty_atomic*