Skip to content

1.0.0 Podspec conflicts with Eureka 4.x #11

@larsacus

Description

@larsacus

Before submitting issues ...

  • Make sure you are using FloatLabelRow's latest release or master branch version.
  • Make sure your Xcode version is the latest stable one.
  • Check if the issue was already reported or fixed. We add labels to each issue in order to easily find related issues. If you found a match add a brief comment "I have the same problem" or "+1".

When submitting issues, please provide the following information to help maintainers to fix the problem faster:

  • Environment: FloatLabelRow 1.0.0, Xcode 8/9 and iOS version you are using (n/a).
  • In case of reporting errors, provide Xcode console output of stack trace or code compilation error.
  • Any other additional detail such as your eureka form/section/row code that you think it would be useful to understand and solve the problem.

Purely a Podspec Issue

When upgrading to Eureka 4.x, the FloatLabelRow pod refuses to install since it has a dependency on Eureka ~>3.0:

[!] Unable to satisfy the following requirements:

- `Eureka (= 4.0.0)` required by `Podfile`
- `Eureka (~> 3.0)` required by `FloatLabelRow (1.0.0)`

Even when forcing to use Eureka from the master branch, it still enforces this requirement since the FloatLabelRow podspec is the one with too strict of requirements. I am currently running my forked branch that has the requirement of >= 3.0 in https://github.com/larsacus/FloatLabelRow/tree/ExposeColorProperties and this appears to fork fine with Eureka 4.0. It doesn't appear there were any actual breaking changes to the underlying Eureka API between 3.0->4.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions