ReactiveKit / ReactiveUIKit

Reactive UIKit
MIT License
37 stars 14 forks source link

Build fails when using via carthage.. #1

Closed dearprakash closed 8 years ago

dearprakash commented 8 years ago

.... .... * Building scheme "ReactiveCocoa-iOS" in ReactiveCocoa.xcworkspace * Building scheme "ReactiveFoundation-OSX" in ReactiveFoundation.xcworkspace * WARNING: Skipping build for "macosx" SDK because the necessary signing identity "-" is not installed * Building scheme "ReactiveFoundation-iOS" in ReactiveFoundation.xcworkspace * Building scheme "ReactiveUIKit-iOS" in ReactiveUIKit.xcworkspace \ BUILD FAILED

The following build commands failed: Check dependencies (1 failure) ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “7483NBERMM” were found. A shell task failed with exit code 65: \ BUILD FAILED **

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

dearprakash commented 8 years ago

Sorry for false alarm.

I am testing to use ReactiveKit in a blank project and report with more details if i continue to have this issue.

srdanrasic commented 8 years ago

@dearprakash, were you able to solve it or does it still happen?

dearprakash commented 8 years ago

Weirdly i can not reproduce this error which was mentioned above

Trying to build on an empty project just with Reactive[Kit/UI/Foundation] succeeded first time.

When i tried to use ReactiveKit on a project that already had some other frameworks , 'carthage update --platform iOS' failed while building ReactiveUIKit.xcworkspace with following:

The following build commands failed: Check dependencies (1 failure) ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: warning: embedded dylibs/frameworks only run on iOS 8 or later Code Sign error: ad hoc code signing not allowed with SDK 'iOS 9.1' CodeSign error: code signing is required for product type 'Framework' in SDK 'iOS 9.1' A shell task failed with exit code 65: \ BUILD FAILED **

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

Naively running the command (carthage update --platform iOS) again succeeded :|

I am not sure any of this is helpful..