NordicSemiconductor / IOS-DFU-Library

OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
http://www.nordicsemi.com
BSD 3-Clause "New" or "Revised" License
526 stars 215 forks source link

carthage build failure #491

Closed kylewhittington closed 1 year ago

kylewhittington commented 2 years ago

DFU Bootloader version (please complete the following information):

Device information (please complete the following information):

Describe the bug Building from carthage is throwing an error but the xcodebuild log shows a success at the end of it. I have tried altering xcode versions (screenshot you'll see is 13.4.1) but the most recent 14 version is also throwing the same error so I don't think that is it. I have also tried running against the previous two versions of the library with the same issue.

Logs image

image

kylewhittington commented 2 years ago

@philips77 any suggestions for this? We're really needing this .framework file that it generates and just can't for the life of me figure out why this won't work anymore.

philips77 commented 2 years ago

Perhaps you can have a look at: https://github.com/weichsel/ZIPFoundation#carthage

After adding ZIPFoundation to the Cartfile, you have to fetch the sources by running: carthage update --no-build

baddinosaur-kyle commented 1 year ago

Thanks @philips77 -- I believe this was related to an Xcode version causing trouble. Not having any issues on recent Xcode 14.1 whilst doing this. Happy for this to be closed!