iOSOpenDev icon indicating copy to clipboard operation
iOSOpenDev copied to clipboard

Parse issues in stdlib headers

Open npupyshev opened this issue 10 years ago • 1 comments

When I build any iOSOpenDev project I have exactly 20 errors in sodlib headers. Log says:

In file included from /Users/PupyshevNA/Documents/VKSideMenuSettings/VKSideMenuSettings/VKSideMenuSettings-Prefix.pch:6: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:19: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.2.sdk/usr/include/math.h:565:27: error: expected function body after function declarator extern float __inff(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA); ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.2.sdk/usr/include/math.h:566:27: error: expected function body after function declarator extern double __inf(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA);

This doesn't happen with usual Xcode projects.

npupyshev avatar Mar 19 '15 19:03 npupyshev

Found out that it happens after using XPC service template for iOS

npupyshev avatar Mar 22 '15 16:03 npupyshev