bitstadium / HockeySDK-iOS

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.
https://github.com/microsoft/appcenter-sdk-apple
Other
597 stars 268 forks source link

Add new xcconfig file for dynamic library only #552

Closed Zongrenfeng closed 4 years ago

Zongrenfeng commented 5 years ago

Description: Carthage integration with xcode 10.2 will failed by error code 1. There is a customer fix that removed armv7s architecture from HockeySDKbase.xcconfig, but that can be a breaking change for customers specifying this architecture directly. Create a new xcconfig file only used by the dynamic framework target that would override BIT_ARM_ARCHS to remove the armv7s architecture.