-
Notifications
You must be signed in to change notification settings - Fork 6
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
CFBundleExecutable key in Info.plist blocks app store submission #3
Comments
Refer to commit f58f6a0 (see screenshoot below). |
Thanks to the project maintainers, whom I assume are @neo.xu and @dji-dev, for applying my suggested changes. The only thing left to do is update the README.md to reflect the version update. I know that DJI has many projects that incorporate this library, and the docs of those will all need to be updated to reflect the new version number for FlySafeDatabase, but I'm sure you're aware of that. |
@jncosideout : Hello. Just for information, the last commit has been update the README.MD with the last release version. So, i thinks this issue can be closed by you. :) |
This reopens issue #1 and is solved by pull request #2. Creating this issue for visibility.
Attempting to upload an app built with the DJI UX SDK will produce the following error:
Since this bundle does not include an executable, it's improper for the
CFBundleExecutable
key to be in the Info.plist. Please merge #2(PS:
com.joey.MyTest.DJIFlySafeDatabaseResource
is likely not the proper bundle identifier, either.)The text was updated successfully, but these errors were encountered: