Polidea / RxBluetoothKit

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

Added explicit architectures for each framework target #333

Closed jbfitb closed 5 years ago

jbfitb commented 5 years ago

Issue

Change

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

c0diq commented 5 years ago

Is there a reason why RxBluetoothkit prefers a separate target per platform instead of a single target that supports all platforms (like RxSwift does for example)?

minixT commented 5 years ago

Hi @jbfitbit. Thank you for you pull request.

Can you describe what are the benefits of your solution?

jbfitb commented 5 years ago

We were able to fix this issue by specifying AVAILABLE_PLATFORMS = iphoneos iphonesimulator in our root xcconfig file. Seems like without this, xcodebuild was building for all platforms.