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

[help wanted]pod install doesn't include the development Pods #258

Open
xyd945 opened this issue Sep 15, 2020 · 2 comments
Open

[help wanted]pod install doesn't include the development Pods #258

xyd945 opened this issue Sep 15, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@xyd945
Copy link

xyd945 commented Sep 15, 2020

Hi it's a dummy question, but I just finished my iOS course, and trying to build my 1st app.

I cloned the Example, installed the Pod, everything is working. However, when I install the Pod in my own Xcode project... it is missing the Development Pods, which end in missing those CardPartsViewController.....

Screen Shot 2020-09-15 at 11 02 05 PM

Any one can help? Thanks. or would you mind make a tutorial how to use this CardParts library? Appreciate it your help or feedback. 🙏

@xyd945 xyd945 added the enhancement New feature or request label Sep 15, 2020
@xyd945
Copy link
Author

xyd945 commented Sep 15, 2020

seems I cannot change the label this.... it's "help wanted" request. please...

@xyd945 xyd945 changed the title pod install doesn't include the development Pods [help wanted]pod install doesn't include the development Pods Sep 15, 2020
@rcole34
Copy link
Contributor

rcole34 commented Oct 29, 2020

Hi @xyd945, sorry for the late response! Hopefully you figured this out by now, but the "Development Pods" section will not show up if you are working from a published version of CardParts (or any other pod for that matter). In the Example project, notice that the Podfile mentions pod 'CardParts', :path => '../', which points to the local (development) version of the library, rather than the published version that would be loaded if the Podfile said pod 'CardParts', or pod 'CardParts', '3.2.0'.

When you include CardParts as a dependency in the Podfile of your own Xcode project and pod install, it should show up under Pods. You can use it in your own project by mentioning import CardParts at the top of the file, which should allow you to use CardPartsViewController and other classes that are a part of the CardParts library. I hope this helps if you were not already able to figure this out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants