4.7.6.3 Setting up linker options

The file librc.mobile.ios.nativ.linkwith.cs specifies the linker options. It contains a single annotation named LinkWith. Change the annotation to:
[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 .



Copyright BREDEX GmbH 2014. Made available under the Eclipse Public License v1.0.