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

Update README.md #10

Merged
merged 1 commit into from
Apr 29, 2016
Merged

Update README.md #10

merged 1 commit into from
Apr 29, 2016

Conversation

fulldecent
Copy link
Contributor

No description provided.

@fulldecent
Copy link
Contributor Author

Also, quick question, what did you base this project layout on? This is very similar to the AlamoFire layout.

@sxg
Copy link
Owner

sxg commented Apr 29, 2016

Hey, thanks for the addition! I based the project layout partly on AlamoFire, but I modified it due to a bug between CocoaPods interfacing with Jazzy to generate CocoaDocs. AlamoFire had the same bug, so I reported it there, and I think they modified their layout in the same way I did to avoid the bug.

@sxg sxg merged commit 278dcd2 into sxg:master Apr 29, 2016
@fulldecent fulldecent deleted the patch-1 branch April 29, 2016 13:47
@fulldecent
Copy link
Contributor Author

Excelled, and thanks for the tip. I am considering to remodel the CocoaPods default template https://github.com/CocoaPods/pod-template off of AlamoFire and wanted to see if anyone else is doing it that way.

I am trying to reproduce your project layout, but I have trouble selecting the correct simulator: https://travis-ci.org/fulldecent/FDChessboardView/jobs/126552343

Please let me know if you have seen that problem before.

@sxg
Copy link
Owner

sxg commented May 3, 2016

Hey, sorry for being MIA for a few days. I noticed your Travis build is working now. Do you still need help with that?

@fulldecent
Copy link
Contributor Author

I never figured it out, but I did my build to work like AlamoFire if only targeting iOS 9.3. There is interest in the pod-template project to move towards to project layout we are using. In the future MANY more people may be setting up their projects like us!

@sxg
Copy link
Owner

sxg commented May 4, 2016

That's awesome! At first I really wanted to use the default pod lib create template for ForecastIO, but it was surprisingly incompatible with CocoaDocs. Let me know if you need help with documentation or any coding. I'll keep an eye on that repo and see if I can contribute.

I took a quick glance at your project, and I believe part of the issue is that your deployment target is set to iOS 9.3, but your tests are compiling to older versions. Try setting your deployment target to iOS 8.0. For your iOS 9.3 test, you have an error with @testable import FDChessboardView. That might be a build dependency issue?

@fulldecent
Copy link
Contributor Author

Awesome, thanks for all the help. I will get in touch with you after CocoaPods 1.0 final is released and we get most of the progress on the AlamoFire style template.

Me too, I always start with pod lib create and then bang my head on the wall relearning everything each time!

@fulldecent
Copy link
Contributor Author

Hello @sxg there is a lot of progress in CocoaPods/pod-template#168 If you have some time could you please take a look and advise how we can improve this? If we get this right, MANY projects will start using this template because it is the default for CocoaPods.

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