<?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>NRF toolbox iOS target support issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83732/nrf-toolbox-ios-target-support-issue</link><description>Hi, we have downloaded the latest nRFtoolbox for iOS from Github. 
 It compiles fine except it won&amp;#39;t upload to our device or simulators. 
 We get this message: 
 The package product &amp;#39;SwiftCBOR&amp;#39; requires minimum platform version 10.0 for the iOS platform</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Jan 2022 08:38:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83732/nrf-toolbox-ios-target-support-issue" /><item><title>RE: NRF toolbox iOS target support issue</title><link>https://devzone.nordicsemi.com/thread/349447?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 08:38:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca9bae2b-aeb6-41a4-a9bb-b74d62b00f7e</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Also, you&amp;#39;re saying that it compiles fine. So what is the issue? Can you run the app on your iphone?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF toolbox iOS target support issue</title><link>https://devzone.nordicsemi.com/thread/349446?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 08:36:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89303b75-5c2c-406c-b82d-bc230edb7e00</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;0.4.4 is the version of SwiftCBOR library. I pointed to it above.&lt;/p&gt;
&lt;p&gt;Could you paste here what versions you get after executing &amp;quot;pod update&amp;quot; command?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF toolbox iOS target support issue</title><link>https://devzone.nordicsemi.com/thread/349320?ContentTypeID=1</link><pubDate>Mon, 24 Jan 2022 14:55:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e153fc6-d68c-4d11-8849-019a24326987</guid><dc:creator>Yano</dc:creator><description>&lt;p&gt;Hi Aleksander,&lt;/p&gt;
&lt;p&gt;Unfortunately I&amp;#39;m an embedded programmer and far from an iOS app developer.&lt;/p&gt;
&lt;p&gt;I couldn&amp;#39;t find 0.4.4 that you suggested, so I downloaded the branch 5.0&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/IOS-nRF-Toolbox/tree/release/5.0"&gt;https://github.com/NordicSemiconductor/IOS-nRF-Toolbox/tree/release/5.0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And have the same problem.&lt;/p&gt;
&lt;p&gt;Could you send me a link to the 0.4.4 release?&lt;/p&gt;
&lt;p&gt;Is it a problem with our target settings?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Ian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF toolbox iOS target support issue</title><link>https://devzone.nordicsemi.com/thread/348023?ContentTypeID=1</link><pubDate>Mon, 17 Jan 2022 12:21:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e11f792-8aea-4a57-b23c-c3f980605c8a</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Are you using Cocoa Pods configuration? In the podfile the app has set dependency to McuManager 0.12 (&lt;a href="https://github.com/NordicSemiconductor/IOS-nRF-Toolbox/blob/7a14b80d89b55f7f2333a714a1076cd9452125f5/Podfile#L7"&gt;https://github.com/NordicSemiconductor/IOS-nRF-Toolbox/blob/7a14b80d89b55f7f2333a714a1076cd9452125f5/Podfile#L7&lt;/a&gt;), which is using SwiftCBOR in version 0.4.3 (&lt;a href="https://github.com/JuulLabs-OSS/mcumgr-ios/blob/40d666415a934ce8761bab975657d5168c683c7f/McuManager.podspec#L18"&gt;https://github.com/JuulLabs-OSS/mcumgr-ios/blob/40d666415a934ce8761bab975657d5168c683c7f/McuManager.podspec#L18&lt;/a&gt;), which has iOS deployment target set to 8.0 (&lt;a href="https://github.com/unrelentingtech/SwiftCBOR/blob/668c26fc3373d5f1bccbaad7665ca6048797e324/SwiftCBOR.podspec#L11"&gt;https://github.com/unrelentingtech/SwiftCBOR/blob/668c26fc3373d5f1bccbaad7665ca6048797e324/SwiftCBOR.podspec#L11&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Indeed, Swift CBOR has recently set minimum to iOS 10 (&lt;a href="https://github.com/unrelentingtech/SwiftCBOR/pull/74"&gt;https://github.com/unrelentingtech/SwiftCBOR/pull/74&lt;/a&gt;), but it&amp;#39;s the lastest commit in this repo. Make sure you&amp;#39;re not using the master branch, but some tagged version. Also version 0.4.4 is good.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>