RestComm / restcomm-ios-sdk

iOS Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
http://www.restcomm.com/
GNU Affero General Public License v3.0
39 stars 43 forks source link

Fix CI/CD script build archive error #532

Open atsakiridis opened 7 years ago

atsakiridis commented 7 years ago

This is happening to me locally, haven't tried with Travis CI

Here's the error:

-- Building Olympus
▸ Building Pods/restcomm-ios-sdk [Release]
▸ Check Dependencies
...
▸ Building library libPods-restcomm-olympus.a
▸ Building library libPods-restcomm-olympus.a
▸ Building restcomm-olympus/restcomm-olympus [Release]
▸ Check Dependencies

❌  Code signing is required for product type 'Application' in SDK 'iOS 10.1'

** ARCHIVE FAILED **
atsakiridis commented 7 years ago

It's been a long time since we last built with Travis, so let's test if everything still works fine there (given that Travis often changes images)