Hi! I'd like to use MonkeyTalk for GUI testing, and I'm having some difficulties adding in the frameworks.
The MonkeyTalk agent requires some libraries to be loaded: libMonkeyTalk-1.0.56.a, CFNetwork.framework, QuartzCore.framework, and libsqlite3.dylib. I initially attempted to add the libraries through the Xcode studio when I brought up the .xib for editing, but the results didn't get imported into the Xamarin project. Then I tried the instructions on Linking Native Libraries, but I don't see the "iOS Build"'s Extra argument, as referenced in the instructions. The only place for additional parameters is for the mtouch command, which isn't applicable to my problem.
Where can I add in the additional libraries and frameworks? Thanks!