This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 DFU using iPhone objective C

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-C.

Best Regards

Parents Reply Children
  • Dear Martin, I have downloaded the source and try to built. Its giving below error

    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

    I tried to fixed by setting like below

    Always Embed Swift ?Standard libraries : Yes

    Can you please suggest me some. I am stuck in between.

Related