<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF52 DFU using iPhone objective C</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25326/nrf52-dfu-using-iphone-objective-c</link><description>I download the nRF Toolbox app and its in swift. 
 My current app is in objective-C and I want to implement dfu in my app.
Is there any framework that can be used in my objective-C project. 
 Please send me if you have any example by using objective</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Sep 2017 05:33:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25326/nrf52-dfu-using-iphone-objective-c" /><item><title>RE: nRF52 DFU using iPhone objective C</title><link>https://devzone.nordicsemi.com/thread/99806?ContentTypeID=1</link><pubDate>Fri, 29 Sep 2017 05:33:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82522c17-827a-413e-aa5b-60ecaaac5721</guid><dc:creator>iRevo</dc:creator><description>&lt;p&gt;Dear Mostafa,
Thanks for your reply.
I am very new in iPhone development and unfortunately my project was developed in objective C.&lt;/p&gt;
&lt;p&gt;Could you please give me some step so that I can build the project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DFU using iPhone objective C</title><link>https://devzone.nordicsemi.com/thread/99805?ContentTypeID=1</link><pubDate>Wed, 27 Sep 2017 12:10:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8adb0cd2-75a3-4ca7-8b75-f3428e994924</guid><dc:creator>Mostafa Berg</dc:creator><description>&lt;p&gt;The nRF Toolbox app is independent of the DFU Library, our DFU Library is written in Swift which does work well with Objective C projects.&lt;/p&gt;
&lt;p&gt;What you need to do is use &lt;a href="https://guides.cocoapods.org/using/getting-started.html"&gt;Cocoapods&lt;/a&gt; to manage integrating it for you, using Cocoapods, our DFU library can be installed easily by creating a &lt;code&gt;podfile&lt;/code&gt; in your project.&lt;/p&gt;
&lt;p&gt;Then running &lt;code&gt;pod install&lt;/code&gt;, a new workspace will be created and you can use your objective C code to call the library methods easily.&lt;/p&gt;
&lt;p&gt;More instructions can be found &lt;a href="https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library/blob/master/README_OBJC.md"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;let us know if you need any further assistance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DFU using iPhone objective C</title><link>https://devzone.nordicsemi.com/thread/99804?ContentTypeID=1</link><pubDate>Wed, 27 Sep 2017 10:51:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37a8a3a0-7ce7-4a8b-850a-b48e03f8191f</guid><dc:creator>iRevo</dc:creator><description>&lt;p&gt;Dear Martin,
I have downloaded the source and try to built.
Its giving below error&lt;/p&gt;
&lt;p&gt;dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/containers/Bundle/Application/C7F7077C-CB74-48BF-96A3-B894B8F8F987/nRF Toolbox.app/Frameworks/DFULibrary.framework/DFULibrary
Reason: image not found&lt;/p&gt;
&lt;p&gt;I tried to fixed by setting like below&lt;/p&gt;
&lt;p&gt;Always Embed Swift ?Standard libraries : Yes&lt;/p&gt;
&lt;p&gt;Can you please suggest me some.
I am stuck in between.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DFU using iPhone objective C</title><link>https://devzone.nordicsemi.com/thread/99803?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 10:23:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b6f0ee9-4313-4108-9573-eb97bad29e5e</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately we don&amp;#39;t have any up-to-date Objective-C code, but if you look at the old releases of nRF Toolbox on github you should be able to find something. &lt;a href="https://github.com/NordicSemiconductor/IOS-nRF-Toolbox/tree/575e2475c4c5b40bf4f24a1e778307b9120a8ac5"&gt;nRF Toolbox v3.0.1&lt;/a&gt; e.g. is written in Object C.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>