• danny3107
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Hi Everybody and Hi Simon,

 

I have just installed Xcode 4 Gm version, and opened a project created by Xcode 3.2.5 using zksforce framework.

I get one issue when I try to build, in zkParser.h.

 

Libxml/parser.h: No such file or directory

It should be something with headers path but I can not find what is the problem.

 

Thanks in advance.

 

Danny

Hi all, 

 

I am new to Objective C and iPhone dev,  so sorry in advance if my question is stupid.

I am trying to get the value of my query.

My Query:

ZKQueryResult *qr = [sforce query:@"select AccountID from Contact where email='xxx@xxx.com'"];

 

I want to display my result:

NSLog(@"query results:%@",[qr records]);

 

And I get :

query results:(

    "Contact (null) fields={\n    AccountId = 001A000000TqfLnIAJ;\n} toNull={(\n)}"

 

Is there a way to get automaticly : 01A000000TqfLnIAJ ?

if not, how can I do? NSRange?

 

Thanks in Advance,


Hi all, 

 

I am new to Objective C and iPhone dev,  so sorry in advance if my question is stupid.

I am trying to get the value of my query.

My Query:

ZKQueryResult *qr = [sforce query:@"select AccountID from Contact where email='xxx@xxx.com'"];

 

I want to display my result:

NSLog(@"query results:%@",[qr records]);

 

And I get :

query results:(

    "Contact (null) fields={\n    AccountId = 001A000000TqfLnIAJ;\n} toNull={(\n)}"

 

Is there a way to get automaticly : 01A000000TqfLnIAJ ?

if not, how can I do? NSRange?

 

Thanks in Advance,