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

MRProgress target settings in MRProgress.xcodeproj differs from target in Pod.xcodeproj #125

Open
jamieomatthews opened this issue Jul 27, 2016 · 0 comments

Comments

@jamieomatthews
Copy link

The project settings are different for the MRProgress target inside the main project from the settings in the Pod project. These should be the same. There are build errors in the main project that are being ignored by the pod project.

To be specific - the target in MRProgress.xcodeproj has some extra settings:

  • Treat Warnings as errors - YES
  • Other Warning Flags - "-Weverything -Wno-objc-missing-property-synthesis -Wno-auto-import -Wno-direct-ivar-access -Wno-gnu -Wno-cstring-format-directive"

This PR fixes the errors being warned about. Once this PR is merged, these settings should be applied to the pod target as well.

#123

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

No branches or pull requests

1 participant