<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic iOS Integration Run Time Error - stringWithXMLTag:andValue: in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iOS-Integration-Run-Time-Error-stringWithXMLTag-andValue/m-p/29532#M15508</link>
    <description>&lt;P&gt;When I try to log in, I get this run time error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;+[NSString stringWithXMLTag:andValue:]: unrecognized selector sent to class 0x1c0ed94&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's occuring right when it is trying to run this method in MerchantAuthenticationType.m:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- (NSString *) stringOfXMLRequest {&lt;BR /&gt;&lt;BR /&gt;NSString *s = [NSString stringWithFormat:@""&lt;BR /&gt;@"&amp;lt;merchantAuthentication&amp;gt;"&lt;BR /&gt;@"%@" //name (optional)&lt;BR /&gt;@"%@" //transactionKey or&lt;BR /&gt;@"%@" //sessionToken or&lt;BR /&gt;@"%@" //password&lt;BR /&gt;@"%@" //mobileDeviceId (optional)&lt;BR /&gt;@"&amp;lt;/merchantAuthentication&amp;gt;",&lt;BR /&gt;(self.name ? [NSString stringWithXMLTag:@"name" andValue:self.name] : @""),&lt;BR /&gt;(self.transactionKey ? [NSString stringWithXMLTag:@"transactionKey" andValue:self.transactionKey] : @""),&lt;BR /&gt;(self.sessionToken ? [NSString stringWithXMLTag:@"sessionToken" andValue:self.sessionToken] : @""),&lt;BR /&gt;(self.password ? [NSString stringWithXMLTag:@"password" andValue:self.password] : @""),&lt;BR /&gt;(self.mobileDeviceId ? [NSString stringWithXMLTag:@"mobileDeviceId" andValue:self.mobileDeviceId] : @"")];&lt;BR /&gt;&lt;BR /&gt;return s;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help with what could be causing this. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: I tried adding the "Other Linker Flag" "-ObjC" and it caused other errors saying that it's trying to link the library which was built on an architecture that isn't being linked.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Sep 2012 01:08:16 GMT</pubDate>
    <dc:creator>socaljoker</dc:creator>
    <dc:date>2012-09-07T01:08:16Z</dc:date>
    <item>
      <title>iOS Integration Run Time Error - stringWithXMLTag:andValue:</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/iOS-Integration-Run-Time-Error-stringWithXMLTag-andValue/m-p/29532#M15508</link>
      <description>&lt;P&gt;When I try to log in, I get this run time error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;+[NSString stringWithXMLTag:andValue:]: unrecognized selector sent to class 0x1c0ed94&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's occuring right when it is trying to run this method in MerchantAuthenticationType.m:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- (NSString *) stringOfXMLRequest {&lt;BR /&gt;&lt;BR /&gt;NSString *s = [NSString stringWithFormat:@""&lt;BR /&gt;@"&amp;lt;merchantAuthentication&amp;gt;"&lt;BR /&gt;@"%@" //name (optional)&lt;BR /&gt;@"%@" //transactionKey or&lt;BR /&gt;@"%@" //sessionToken or&lt;BR /&gt;@"%@" //password&lt;BR /&gt;@"%@" //mobileDeviceId (optional)&lt;BR /&gt;@"&amp;lt;/merchantAuthentication&amp;gt;",&lt;BR /&gt;(self.name ? [NSString stringWithXMLTag:@"name" andValue:self.name] : @""),&lt;BR /&gt;(self.transactionKey ? [NSString stringWithXMLTag:@"transactionKey" andValue:self.transactionKey] : @""),&lt;BR /&gt;(self.sessionToken ? [NSString stringWithXMLTag:@"sessionToken" andValue:self.sessionToken] : @""),&lt;BR /&gt;(self.password ? [NSString stringWithXMLTag:@"password" andValue:self.password] : @""),&lt;BR /&gt;(self.mobileDeviceId ? [NSString stringWithXMLTag:@"mobileDeviceId" andValue:self.mobileDeviceId] : @"")];&lt;BR /&gt;&lt;BR /&gt;return s;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help with what could be causing this. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: I tried adding the "Other Linker Flag" "-ObjC" and it caused other errors saying that it's trying to link the library which was built on an architecture that isn't being linked.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2012 01:08:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/iOS-Integration-Run-Time-Error-stringWithXMLTag-andValue/m-p/29532#M15508</guid>
      <dc:creator>socaljoker</dc:creator>
      <dc:date>2012-09-07T01:08:16Z</dc:date>
    </item>
  </channel>
</rss>

