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

XCode 8.1 - Compile error #365

Closed DAOCUONG closed 7 years ago

DAOCUONG commented 7 years ago

Try using pod 'HockeySDK' or pod 'HockeySDK-Source' Got error with Xcode 8.1

...../Build/Products/Debug-iphonesimulator/HockeySDKResources.bundle: bundle format unrecognized, invalid, or unsuitable Command /usr/bin/codesign failed with exit code 1 Works fine with xcode 8.0. Have tried remove Pods, delete Derived folder, clean , pod install no luck

Reference https://forums.developer.apple.com/message/191903#191903

ElektrojungeAtWork commented 7 years ago

Hi @DAOCUONG

This is a duplicate of #363 and updating cocoapods to 1.1.1 solves this issue.

Please have a look at our closed issues before opening new ones.

Best, Benjamin

DAOCUONG commented 7 years ago

Thanks Ben