Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
GData setCookieStorage crash: _objc_setProperty_atomic
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alex  
View profile  
 More options Oct 4 2012, 8:54 am
From: Alex <alexander.mack...@googlemail.com>
Date: Thu, 4 Oct 2012 05:54:29 -0700 (PDT)
Local: Thurs, Oct 4 2012 8:54 am
Subject: GData setCookieStorage crash: _objc_setProperty_atomic

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*

*  Referenced from:
/var/mobile/Applications/BBA92D5F-C047-4E05-86BE-B68E8C0F328A/MyApp.app/**
MyApp*

*  Expected in: /usr/lib/libobjc.A.dylib*

**

*dyld: Symbol not found: _objc_setProperty_atomic*

*  Referenced from:
/var/mobile/Applications/BBA92D5F-C047-4E05-86BE-B68E8C0F328A/**MyApp**.app /
**MyApp*

*  Expected in: /usr/lib/libobjc.A.dylib*

*
*

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Van Lenten  
View profile  
 More options Oct 4 2012, 8:58 am
From: Thomas Van Lenten <thoma...@gmail.com>
Date: Thu, 4 Oct 2012 08:57:59 -0400
Local: Thurs, Oct 4 2012 8:57 am
Subject: Re: GData setCookieStorage crash: _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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex  
View profile  
 More options Oct 4 2012, 9:10 am
From: Alex <alexander.mack...@googlemail.com>
Date: Thu, 4 Oct 2012 06:10:16 -0700 (PDT)
Local: Thurs, Oct 4 2012 9:10 am
Subject: Re: GData setCookieStorage crash: _objc_setProperty_atomic

Ah thanks, I just changed the deployment target of GData to the same
version of the one in my main project.
Now it is working again!
Great thanks!!

Am Donnerstag, 4. Oktober 2012 14:58:01 UTC+2 schrieb Tom Van Lenten:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakob Sachse  
View profile  
 More options Oct 10 2012, 12:25 pm
From: Jakob Sachse <jako...@gmail.com>
Date: Wed, 10 Oct 2012 09:25:45 -0700 (PDT)
Local: Wed, Oct 10 2012 12:25 pm
Subject: Re: GData setCookieStorage crash: _objc_setProperty_atomic

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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Robbins  
View profile  
 More options Oct 10 2012, 8:56 pm
From: Greg Robbins <grobb...@google.com>
Date: Wed, 10 Oct 2012 17:56:11 -0700
Local: Wed, Oct 10 2012 8:56 pm
Subject: Re: GData setCookieStorage crash: _objc_setProperty_atomic

As Tom suggested, try directly adding the library sources to your project.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakob Sachse  
View profile  
 More options Oct 11 2012, 7:25 am
From: Jakob Sachse <jako...@gmail.com>
Date: Thu, 11 Oct 2012 04:25:31 -0700 (PDT)
Local: Thurs, Oct 11 2012 7:25 am
Subject: Re: GData setCookieStorage crash: _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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lucas Goossen  
View profile  
 More options Oct 14 2012, 9:21 pm
From: Lucas Goossen <luda...@gmail.com>
Date: Sun, 14 Oct 2012 18:21:08 -0700 (PDT)
Local: Sun, Oct 14 2012 9:21 pm
Subject: Re: GData setCookieStorage crash: _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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakob Sachse  
View profile  
 More options Oct 22 2012, 5:40 am
From: Jakob Sachse <jako...@gmail.com>
Date: Mon, 22 Oct 2012 02:40:28 -0700 (PDT)
Local: Mon, Oct 22 2012 5:40 am
Subject: Re: GData setCookieStorage crash: _objc_setProperty_atomic

Thank you!!!

I thought that Product -> Clean in xCode would do just that. But it tured
out it wouldn't!
Now, after 2 weeks and lots of waisted time its working :)

Thanks again!

Am Montag, 15. Oktober 2012 03:21:08 UTC+2 schrieb Lucas Goossen:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »