iOS-App-Security-Class
iOS-App-Security-Class copied to clipboard
'sys/conf.h' file not found
- How to fix 'sys/conf.h' file not found issue?
- kCFNetworkProxiesSOCKSProxy & kCFNetworkProxiesSOCKSPort -> is unavailable: not available on iOS
How to fix above issues
Hi,
Perhaps they removed it from sdk, I didn't checked this code with latest sdk.
For first issue, try
#if TARGET_IPHONE_SIMULATOR
#import <sys/conf.h>
#
For second issue - I will take a look when I will have some spare time.