Since xcode 26.4, CLI throws the following error and apps cannot run:
Command PhaseScriptExecution failed with a nonzero exit code
/Users/mypc/Desktop/devenv/clients/myapp/platforms/ios/Pods/AFNetworking/AFNetworking/AFNetworkReachabilityManager.m:26:9: error: Use of private header from outside its module: 'netinet6/in6.h' (in target 'AFNetworking' from project 'Pods')
I understand that AFNetworking must conform to the new "rules".
Since xcode 26.4, CLI throws the following error and apps cannot run:
I understand that AFNetworking must conform to the new "rules".