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

Build issue with Carthage #376

Closed howlingblast closed 7 years ago

howlingblast commented 7 years ago

Hi there,

I was not able to build the current version (4.1.3) via Carthage:

... Downloading HockeySDK-iOS.framework binary at "Version 4.1.3" ... Building scheme "HockeySDK Framework" in HockeySDK.xcodeproj BUILD FAILED

The following build commands failed: Check dependencies (1 failure) A shell task failed with exit code 65: BUILD FAILED

The following build commands failed: Check dependencies (1 failure)

Carthage 0.9.2 Xcode 8.2

The build log says:

Check dependencies Signing for "HockeySDK FrameworkTests" requires a development team. Select a development team in the project editor. Code signing is required for product type 'Unit Test Bundle' in SDK 'iOS 10.2'

Is there a general fix for this (despite going manually and change signing of the test target)?

Sincerely, Kaweh

howlingblast commented 7 years ago

Nevermind an old Carthage installation via .pkg was overriding my latest install via homebrew. Didn't even occur to me to check which the latest Carthage version is.