CoreBitcoin icon indicating copy to clipboard operation
CoreBitcoin copied to clipboard

Built frameworks miss some entities

Open ghost opened this issue 6 years ago • 1 comments

Hi!

For now it is impossible to install your library via CocoaPods even with solved transitive dependencies issue.

Instead, I've built the framework directly and attached it to project, but there were not compiled some important entities like "BTCTransactionBuilder".

Are there any workarounds over all these issues? This library is cool, but installation is very dorky.

ghost avatar Mar 17 '18 11:03 ghost

@PetroShylaiev you can move them to public in framework target.

devSC avatar Mar 28 '18 02:03 devSC