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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolve build issue #172

Merged
merged 1 commit into from
May 29, 2024
Merged

resolve build issue #172

merged 1 commit into from
May 29, 2024

Conversation

mike-dydx
Copy link
Contributor

@mike-dydx mike-dydx commented May 29, 2024

Description / Intuition

tough one to explain, but what seems to have been the issue is that dydxAnalytics had a dependency on abacus in the Podfile. dydxPresenters also has a dependency on dydxAnalytics, configured in the workspace instead of the pod file. This is common practice for the project. Perhaps there was abacus duplication given the dependency graph and that was causing trouble.

changes in this PR are to remove abacus dependencies from dydxAnalytics. Seems to resolve the sporatic build/run issue. As a result of the dependency removal, had to move some files into dydxPresenters framework

@mike-dydx mike-dydx merged commit d82e8e1 into develop May 29, 2024
2 checks passed
@mike-dydx mike-dydx deleted the mike/fix-building branch May 29, 2024 00:20
mike-dydx added a commit that referenced this pull request Aug 20, 2024
mike-dydx added a commit that referenced this pull request Aug 21, 2024
mike-dydx added a commit that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants