Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: 'objc_returns_inner_pointer' attribute only applies to methods #40

Closed
arloan opened this issue Dec 19, 2015 · 1 comment
Closed

Comments

@arloan
Copy link

arloan commented Dec 19, 2015

The clang-425.0.24 branch does not compile:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSValue.h:12:1: error: 
      'objc_returns_inner_pointer' attribute only applies to methods
@property (readonly) const char *objCType NS_RETURNS_INNER_POINTER;
^                                         ~~~~~~~~~~~~~~~~~~~~~~~~

Environment:
OS X Mavericks
iOS SDK 8.1
Obfuscator compile with XCode 6.1

xxxxx$ ./clang++ --version
Obfuscator-LLVM version 3.2  (based on LLVM 3.2svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
@cryptopathe
Copy link
Collaborator

Please note that the clang-425.0.24 is an old branch that is not supported/compatible anymore by/with recent versions of XCode and various SKDs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants