Polidea / RxBluetoothKit

iOS & OSX Bluetooth library for RxSwift
Apache License 2.0
1.41k stars 366 forks source link

Move non-swift files out of `Source` folder #363

Open DevAndArtist opened 4 years ago

DevAndArtist commented 4 years ago

Xcode 11.4 beta 2 reports an error which prevents our own package to compile which depends on RxBluetoothKit because RxBluetoothKit contains non-swift files in its Source folder. Please move those into a different place.

DevAndArtist commented 4 years ago

Xcode 11.4 is out and this prevents projects from compiling.

SaintNicholas commented 4 years ago

I'm having the same problem.

ghost commented 4 years ago

Is the library not longer maintened?

akmarinov commented 4 years ago

This PR should help - https://github.com/Polidea/RxBluetoothKit/pull/368

Unfortunately the project seems to be dead with no development in almost an year, so I'd look into migrating away from it instead.

ghost commented 4 years ago

This PR should help - #368

Unfortunately the project seems to be dead with no development in almost an year, so I'd look into migrating away from it instead.

I'm planning to do the same. Do you have any suggest?