iOS-App-Security-Class icon indicating copy to clipboard operation
iOS-App-Security-Class copied to clipboard

'sys/conf.h' file not found

Open Ghousepasha-ios opened this issue 6 years ago • 1 comments

  1. How to fix 'sys/conf.h' file not found issue?
  2. kCFNetworkProxiesSOCKSProxy & kCFNetworkProxiesSOCKSPort -> is unavailable: not available on iOS

How to fix above issues

Ghousepasha-ios avatar Jan 13 '19 11:01 Ghousepasha-ios

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.

karek314 avatar Jan 13 '19 13:01 karek314