Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly add Prelude to Link Libraries phase of Kickstarter-Framework #1942

Merged
merged 1 commit into from Feb 13, 2024

Conversation

amy-at-kickstarter
Copy link
Contributor

@amy-at-kickstarter amy-at-kickstarter commented Feb 13, 2024

馃摬 What

Explicitly link Prelude as part of the build phases for Kickstarter-Framework.
Screenshot 2024-02-13 at 10 33 39 AM

馃 Why

One of our more persistent (and annoying) build issues is this linker error, in which it fails to link to Prelude:
Screenshot 2024-02-13 at 10 34 18 AM

My best guess (based on a little reading and this helpful StackOverflow post) is that Xcode is sometimes clever enough to resolve these dependencies automatically, but not consistently. Note that for our other targets, we also have libraries (including Prelude) explicitly linked, so it seems probable that this was just an omission.

Adding this resolved that particular instance of that Prelude linker error that was I was seeing. Hopefully this reduces the overall number of linker errors we get on a regular basis.

Copy link
Contributor

@ifosli ifosli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks promising!

@amy-at-kickstarter amy-at-kickstarter merged commit b47b674 into main Feb 13, 2024
5 checks passed
@amy-at-kickstarter amy-at-kickstarter deleted the feat/adyer/tinker-with-linker branch February 13, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants