Skip to content

Conversation

@devinfoley
Copy link
Contributor

Currently, ShipIt is compiled with the source of ReactiveCocoa and Mantle, vs linking the frameworks that are distributed with Squirrel. This causes some issues in certain environments, where ShipIt can't figure out which copy of the objects to use. This PR fixes that.

First, it takes out all of the Mantle and ReactiveCocoa from the "Copy Sources" build step in ShipIt.
Next, it links against the Mantle and ReactiveCocoa frameworks in ShipIt.
Lastly, it adds a post build stage to link the compiled ShipIt binary to the Mantle and ReactiveCocoa frameworks using their location when distributed in Squirrel.

@mRs-
Copy link

mRs- commented Nov 28, 2019

is there a plan to merge this?

@DimitarNestorov
Copy link

Shouldn't #236 be closed?

@Stanzilla
Copy link

@devinfoley any plans to merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants