We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have found out that using "pod 'SVWebViewController', :head" injects into Info.plist wrong value for CFBundleShortVersionString HEAD 1.0
This value for CFBundleShortVersionString is not allowed. I suggest using 'pod SVWebViewController' and do not use :head.
See my answer here: http://stackoverflow.com/questions/33290733/cfbundleversion-must-be-a-period-separated-list/35742044#35742044
The text was updated successfully, but these errors were encountered:
#152 should fix this. See the instructions in there.
Sorry, something went wrong.
No branches or pull requests
I have found out that using "pod 'SVWebViewController', :head" injects into Info.plist wrong value for CFBundleShortVersionString
HEAD 1.0
This value for CFBundleShortVersionString is not allowed. I suggest using 'pod SVWebViewController' and do not use :head.
See my answer here: http://stackoverflow.com/questions/33290733/cfbundleversion-must-be-a-period-separated-list/35742044#35742044
The text was updated successfully, but these errors were encountered: