Closed bedranfleck closed 5 years ago
\ Duplicate of #82
Even though it's a duplicate, no actual solution was offered up to this date. The workaround mentioned in #82 is a bad practice and a short-term solution, and shows the lack of concern in updating this SDK. I'm leaving this open, just in case someone actually cares about providing a decent solution for this critical issue.
Pessoal, vou fechar a issue pois atualizamos a o sdk e segue nova release com atualização do swift para versão 4.2: https://github.com/sambatech/player_sdk_ios/releases/tag/2.1.0
Ao executar o o comando
$carthage update
, a build falha, devido à versão do Swift depreciada (3.0). Estou usando Swift 5 em meu projeto. Seguem os logs da build:Build settings from command line: CARTHAGE = YES CLANG_ENABLE_CODE_COVERAGE = NO CODE_SIGN_IDENTITY = CODE_SIGNING_REQUIRED = NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO ONLY_ACTIVE_ARCH = NO SDKROOT = iphoneos12.2 SKIP_INSTALL = YES STRIP_INSTALLED_PRODUCT = NO
note: Using new build system note: Planning build note: Constructing build description Build system information error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'SambaPlayer')
Build system information error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'SambaPlayer')
ARCHIVE FAILED