mattgallagher / CwlSignal

A Swift framework for reactive programming.
ISC License
304 stars 33 forks source link

Archiving produces invalid package #27

Closed andreyz closed 5 years ago

andreyz commented 5 years ago
screenshot 2018-09-26 at 07 41 19

Seems that CwlUtils.framework shouldn't be placed there.

andreyz commented 5 years ago

Maybe I'll switch to just including concatenated version of CwlSignal and CwlUtils in my project instead of using it as a sub-project.

andreyz commented 5 years ago

Statically including CwlSignal allowed me to sidestep the issue. Feel free to ignore or postpone reacting to it. Thanks again for great work on the library.

mattgallagher commented 5 years ago

The framework targets for CwlUtils.framework had the SKIP_INSTALL build setting set to NO. The correct setting should be YES. I've fixed this in the latest commit. Thanks for pointing this out.