NSPropertyListSerialization compile error
NSPropertyListSerialization compile error
- Subject: NSPropertyListSerialization compile error
- From: Jan Van Tol <email@hidden>
- Date: Thu, 21 Nov 2002 20:41:57 -0600
When I try to compile the following call, the compiler gives me this
error: warning: passing arg 3 of
`propertyListFrom
Data:mutabilityOption:format:errorDescription:' makes
pointer from integer without a cast
And here's the code:
[NSPropertyListSerialization propertyListFrom
Data:fileData
mutabilityOption:NSPropertyListImmutable
format:NSPropertyListXMLFormat_v1_0 errorDescription:&errorString]
Can anyone tell me what's wrong with NSPropertyListXMLFormat_v1_0 that
causes this?
Thanks in advance,
-Jan Van Tol
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.