<?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 Re: AuthNet Sdk Not Working in Xcode in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/44834#M22709</link>
    <description>&lt;P&gt;&lt;A target="_blank" href="https://developer.apple.com/library/mac/releasenotes/DeveloperTools/RN-Xcode/xc5_release_notes/xc5_release_notes.html#//apple_ref/doc/uid/TP40001051-CH2-SW1"&gt;https://developer.apple.com/library/mac/releasenotes/DeveloperTools/RN-Xcode/xc5_release_notes/xc5_release_notes.html#//apple_ref/doc/uid/TP40001051-CH2-SW1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SenTestingKit is deprecated in Xocde 5.&amp;nbsp; It would appear the SDK is rather out of date.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jun 2014 16:43:43 GMT</pubDate>
    <dc:creator>saswanb</dc:creator>
    <dc:date>2014-06-24T16:43:43Z</dc:date>
    <item>
      <title>AuthNet Sdk Not Working in Xcode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/34200#M18684</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am just trying to integrate the SDK of ios to my app, but for test perpus i followed the following step but SDK seems not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I have created the Developer accout at test.authorize.net&lt;/P&gt;&lt;P&gt;2. I download the SDK from the &amp;nbsp;&lt;A target="_blank" rel="nofollow" href="http://developer.authorize.net/downloads/"&gt;http://developer.authorize.net/downloads/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. I goto Xcode and select file new project Name:&amp;nbsp;&lt;STRONG&gt;paymentIntegration&lt;/STRONG&gt;&amp;nbsp;as saved at desktop&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Extracted the SDK folder which shows me all files inside this folder&amp;nbsp;&lt;STRONG&gt;anet_ios_sdk-1.1.1/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5. then Drag and Drop to My Project Explorer into Xcode and then&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6.&amp;nbsp;&lt;A target="_blank" rel="nofollow" href="http://developer.authorize.net/integration/fifteenminutes/ios/"&gt;http://developer.authorize.net/integration/fifteenminutes/ios/&lt;/A&gt;&amp;nbsp;&amp;nbsp;i followed the step as per this article&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SO My setting like this as i saved my project at Desktop&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Set your Library Search Paths with the path that contains the "Authorize.Net SDK" library. (ex. "&lt;STRONG&gt;/Users/lemosys/Desktop/AuthrizeProject/anet_ios_sdk-1.1.1&lt;/STRONG&gt;").&lt;/LI&gt;&lt;LI&gt;Set your Other Linker Flags with "-lxml2" to allow for xml parsing.&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if not setting this flag got error massage &lt;FONT color="#FF0000"&gt;"&lt;STRONG&gt;libxml/tree.h"&lt;/STRONG&gt;&lt;/FONT&gt; file not found&lt;/LI&gt;&lt;LI&gt;Set your Header Search Paths with the path that contains "libxml2" header files. (ex. "/usr/include/libxml2" with recursive checked).&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;I SET THIS VARIABLE AND ITS LOOK LIKE : &amp;nbsp;"${SDK_DIR}"/usr/include/libxml2&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Then I added one Class file and created&amp;nbsp;&lt;STRONG&gt;NSSTRING * SessionToken&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;variable&lt;/LI&gt;&lt;LI&gt;Then Link binary Library&amp;nbsp;&lt;STRONG&gt;SystemConfiguration.framework &amp;amp;&amp;nbsp;SenTestingKit.framework and Add its&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;then added this code into classfile&amp;nbsp;&amp;nbsp;Step 3- at this article&amp;nbsp;&lt;STRONG&gt;&lt;A target="_blank" rel="nofollow" href="http://developer.authorize.net/integration/fifteenminutes/ios/"&gt;http://developer.authorize.net/integration/fifteenminutes/ios/&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Then I click on build into Xcode but its gives me errors:&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp; &lt;STRONG&gt;Build and Run simulator ERROR:&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class="p1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Undefined symbols for architecture i386:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "_OBJC_CLASS_$_SenTestCase", referenced from:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _OBJC_CLASS_$_AuthNetUnitTests in AuthNetUnitTests.o&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"_OBJC_METACLASS_$_SenTestCase", referenced from:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_OBJC_METACLASS_$_AuthNetUnitTests in AuthNetUnitTests.o&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ld: symbol(s) not found for architecture i386&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; clang: error: linker command failed with exit code 1 (use -v to see invocation)&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;My Xcode Version is : 4.4&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;IOS Version : 5.1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2013 07:24:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/34200#M18684</guid>
      <dc:creator>anciwasim</dc:creator>
      <dc:date>2013-05-10T07:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: AuthNet Sdk Not Working in Xcode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/34249#M18730</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like the error you are getting is because you aren't loading the SenTestingKit framework. Our IOS SDK is setup to run unit tests using this framework. To resolve the error, you can either add the SenTestingKit framework, or remove the AuthnetUnitTests files from the project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2013 21:04:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/34249#M18730</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2013-05-15T21:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: AuthNet Sdk Not Working in Xcode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/41548#M22490</link>
      <description>&lt;P&gt;I'm having this issue as well.&lt;/P&gt;&lt;P&gt;Getting rid of those files is not the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, take a look at this project from github:&amp;nbsp;&lt;A target="_blank" href="https://github.com/sibahota059/AuthorizeNetPaymentTest/tree/master"&gt;https://github.com/sibahota059/AuthorizeNetPaymentTest/tree/master&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does not get rid of anything but it's working anyways. Please, I've spent several days trying to resolve this issue and I was wondering if you could have updated steps to get the SDK working on Xcode 5.&lt;/P&gt;&lt;P&gt;I wasn't able to replicate the working example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When getting rid of the Unit Test Folder, this is what you got:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;clang: error: no such file or directory: '/Users/ernestobarron/Developer/Kinektr/iOS/Authorize.NetEBarron/Black011/anet_ios_sdk-1.1.1/AuthNetUnitTests.m'&lt;/P&gt;&lt;P class="p1"&gt;clang: error: no input files&lt;/P&gt;&lt;P class="p1"&gt;Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 05:51:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/41548#M22490</guid>
      <dc:creator>ebarronh</dc:creator>
      <dc:date>2014-06-05T05:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: AuthNet Sdk Not Working in Xcode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/44834#M22709</link>
      <description>&lt;P&gt;&lt;A target="_blank" href="https://developer.apple.com/library/mac/releasenotes/DeveloperTools/RN-Xcode/xc5_release_notes/xc5_release_notes.html#//apple_ref/doc/uid/TP40001051-CH2-SW1"&gt;https://developer.apple.com/library/mac/releasenotes/DeveloperTools/RN-Xcode/xc5_release_notes/xc5_release_notes.html#//apple_ref/doc/uid/TP40001051-CH2-SW1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SenTestingKit is deprecated in Xocde 5.&amp;nbsp; It would appear the SDK is rather out of date.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:43:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/44834#M22709</guid>
      <dc:creator>saswanb</dc:creator>
      <dc:date>2014-06-24T16:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: AuthNet Sdk Not Working in Xcode</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/44844#M22714</link>
      <description>&lt;P&gt;Our latest SDK is available on GitHub at&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-mpos-ios." target="_blank"&gt;https://github.com/AuthorizeNet/sdk-mpos-ios.&lt;/A&gt; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still have problems when using this version, I would encourage you to raise an issue on GitHub.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 17:02:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthNet-Sdk-Not-Working-in-Xcode/m-p/44844#M22714</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-06-24T17:02:48Z</dc:date>
    </item>
  </channel>
</rss>

