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

Move AFNetworking to binary cocoapod #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thedavidharris
Copy link

@thedavidharris thedavidharris commented Sep 25, 2019

Addresses #74, might not want to vendor the pods folder in this approach

  • [x ] Built and ran in Xcode (make project)
  • [x ] Built and ran with Buck CLI (make debug)

Tests didn't seem to be working on my machine, everything runs fine, was concerned about tests mostly for the embedding.

@shepting
Copy link
Collaborator

@thedavidharris Is there any code in the app that exercises this library? I'd love to make sure that there's a test that makes a network call with this binary library. Maybe https://swapi.co/ or something.

@thedavidharris
Copy link
Author

Just https://github.com/airbnb/BuckSample/blob/0a4a4d2919b05ba74da4791def260174556a06c0/Libraries/SwiftWithPrecompiledDependency/Sources/SwiftWithPrecompiledDependencyClass.swift, if there's probably an easier lib that could get used without dipping into networking to check things are working

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.

2 participants