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

MJGAvailability.h - not working with XCode 9 Beta #15

Open
schmidt9 opened this issue Jun 15, 2017 · 0 comments
Open

MJGAvailability.h - not working with XCode 9 Beta #15

schmidt9 opened this issue Jun 15, 2017 · 0 comments

Comments

@schmidt9
Copy link

While using #define __IPHONE_OS_VERSION_SOFT_MAX_REQUIRED __IPHONE_8_0 in pch XCode gives me build errors, on XCode 8.3.2 it works well (actually using __IPHONE_7_0)

Lexical or Preprocessor Issue Group
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:22:1: Pasting formed '__IPHONE_8.0', an invalid preprocessing token
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVibrancyEffect.h:16:1: Pasting formed '__IPHONE_8.0', an invalid preprocessing token
Semantic Issue Group
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:22:1: Unknown type name '__AVAILABILITY_INTERNAL__IPHONE_'
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVibrancyEffect.h:16:1: Unknown type name '__AVAILABILITY_INTERNAL__IPHONE_'
Parse Issue Group
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:22:24: Expected unqualified-id
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:26:1: '@end' must appear in an Objective-C context
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVibrancyEffect.h:16:24: Expected unqualified-id
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIVibrancyEffect.h:20:1: '@end' must appear in an Objective-C context
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

1 participant