[assembly: LinkWith
("librc.mobile.ios.nativ.a",
LinkTarget.Simulator | LinkTarget.ArmV6
| LinkTarget.ArmV7,
"-ObjC -all_load", ForceLoad = true,
Frameworks="CFNetwork")
Doing this allows your AUT to be tested on the simulator as well as on iOS devices. The framework CFNetwork is needed to communicate with the ITE .