-
Notifications
You must be signed in to change notification settings - Fork 65
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
CFBundleDisplayName should be optional #62
Comments
As I suggested here: #46 |
The important thing here is that the build should pass and right now if you don't have the |
florianbuerger
added a commit
to florianbuerger/fastlane-plugin-s3
that referenced
this issue
May 29, 2018
`CFBundleDisplayName` is not set in the default iOS project template. See fastlane-community#62
joshdholtz
pushed a commit
that referenced
this issue
Jul 22, 2018
`CFBundleDisplayName` is not set in the default iOS project template. See #62
jaximan
pushed a commit
to jaximan/fastlane-plugin-s3
that referenced
this issue
Jun 26, 2019
…community#64) `CFBundleDisplayName` is not set in the default iOS project template. See fastlane-community#62
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CFBundleDisplayName
is not set by default when setting up a new Xcode project so the plugin should use theCFBundleName
as fallback because right now it crashes the fastlane process.The text was updated successfully, but these errors were encountered: