You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: