Compile Error With Xcode 4.6

312 views
Skip to first unread message

Donald

unread,
Jan 29, 2013, 5:53:11 PM1/29/13
to gdata-objec...@googlegroups.com
How would you suggest handling this error?  Is the cast necessary in the first place?

- (NSMethodSignature*)methodSignatureForSelector:(SEL)selector {

  return [dummyStream_ methodSignatureForSelector:(SEL)selector];

}


/Volumes/Dev/gdata-objectivec-client-new/Source/HTTPFetcher/GTMGatherInputStream.m:175:56: Cast of type 'SEL' (aka 'SEL *') to 'SEL' is deprecated; use sel_getName instead
/Volumes/Dev/gdata-objectivec-client-new/Source/HTTPFetcher/GTMGatherInputStream.m:175:56: Cast of type 'SEL' to 'SEL' is deprecated; use sel_getName instead

Thanks in advance,
Donald

Greg Robbins

unread,
Jan 29, 2013, 6:42:32 PM1/29/13
to gdata-objec...@googlegroups.com
The cast is no longer necessary. You can remove it from your copy of the library, or just update to the latest library sources from subversion.

Jim Waterbury

unread,
Feb 8, 2013, 9:02:17 PM2/8/13
to gdata-objec...@googlegroups.com
What are the code changes to correct this? I'm confused by this. Thanks

Badri Vishwakarma

unread,
Mar 18, 2013, 9:22:02 AM3/18/13
to gdata-objec...@googlegroups.com
hi Donald have u solved your architecture problem for xcode 4.5 and armv7 am also facing the problem of libgdatatouchstaticlib.a compilation for armv7. pls help badr...@gmail.com

Badri Vishwakarma

unread,
Mar 18, 2013, 9:45:48 AM3/18/13
to gdata-objec...@googlegroups.com
hello
have u uploaded video on youtube using data api for iPhone app. i am facing architecture armv7 compile problem for new Xcode 4.5 and the library libgdatatouchstaticlib.a compiled for i386.
pls mail me good source code or suggest how can i compile libgdatatouchstaticlib. for armv7 architecture.

thanks
BADRI

Reply all
Reply to author
Forward
0 new messages