NordicSemiconductor/IOS-DFU-Library

Xcode13 can't not

IrisMo opened this issue ยท 7 comments

Information
It can be used normally before. When I upgraded to big sur 11.6, xcode13, the SDK will report the following error when compiling, and the demo of the mac version can be reproduced. Will you be able to adapt later? Or what can I do to avoid this situation? Hope to get your reply, thank you!

wecom-temp-81b84271485d47a9e92d8a53e23b7567

Thanks for bringing this up @IrisMo - we just merged a fix to the develop branch: #455

Try it out when you can.

@philips77 @dinesharjani can we get a Cocoapods release from this Xcode 13 compatible version, please? ๐Ÿ™

I'm using react-native-nordic-dfu which has this repo as its Cocoapods spec dependency, and those cannot be pointed to a git branch (because of how Cocoapods works). โ˜น๏ธ So this is preventing anyone from using that on Xcode 13 right now...

I'll do this tomorrow.

@philips77 @dinesharjani has this fix been released for cocoapods? I still cannot build on xcode 13 for iOS. Getting similar errors
image

@philips77 @dinesharjani has this fix been released for cocoapods? I still cannot build on xcode 13 for iOS. Getting similar errors image

I am also having the same problem. The way i fixed it, at least until the fixes get to Cocoapods, is by replacing the library's folder (Pods/IOSDFULibrary) with a clone from the develop branch (make sure the names match). Then, run 'pod install' and it should work for now.

@philips77 @dinesharjani, if possible, can you update the main branch with the fixes? Thanks!

I'm on it!

Fix released in 4.11.1.