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

Code signing setting when Build #540

Closed
nypgand1 opened this issue Aug 13, 2017 · 3 comments
Closed

Code signing setting when Build #540

nypgand1 opened this issue Aug 13, 2017 · 3 comments

Comments

@nypgand1
Copy link

nypgand1 commented Aug 13, 2017

Xcode 8.3.3
Build version 8E3004b

I got this error message using command-line tool:

=== CLEAN TARGET kitchen_sink OF PROJECT kitchen_sink WITH CONFIGURATION Debug ===

Check dependencies
[BCEROR]Signing for "kitchen_sink" requires a development team. Select a development team in the project editor.
[BCEROR]Code signing is required for product type 'Application' in SDK 'iOS 10.3'

Create product structure
/bin/mkdir -p /Users/Eunice/KivyMD/demos/kitchen_sink/.buildozer/ios/platform/kivy-ios/kitchen_sink-ios/build/Debug-iphoneos/kitchen_sink.app

Clean.Remove clean build/kitchen_sink.build/Debug-iphoneos/kitchen_sink.build
    builtin-rm -rf /Users/Eunice/KivyMD/demos/kitchen_sink/.buildozer/ios/platform/kivy-ios/kitchen_sink-ios/build/kitchen_sink.build/Debug-iphoneos/kitchen_sink.build

Clean.Remove clean build/Debug-iphoneos/kitchen_sink.app
    builtin-rm -rf /Users/Eunice/KivyMD/demos/kitchen_sink/.buildozer/ios/platform/kivy-ios/kitchen_sink-ios/build/Debug-iphoneos/kitchen_sink.app

Clean.Remove clean build/Debug-iphoneos/kitchen_sink.app.dSYM
    builtin-rm -rf /Users/Eunice/KivyMD/demos/kitchen_sink/.buildozer/ios/platform/kivy-ios/kitchen_sink-ios/build/Debug-iphoneos/kitchen_sink.app.dSYM

** CLEAN SUCCEEDED **

=== BUILD TARGET kitchen_sink OF PROJECT kitchen_sink WITH CONFIGURATION Debug ===

Check dependencies
Signing for "kitchen_sink" requires a development team. Select a development team in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.3'

** BUILD FAILED **


The following build commands failed:
	Check dependencies
(1 failure)
# Command failed: xcodebuild -configuration Debug ENABLE_BITCODE=NO clean build
# 
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2

And as I set DEVELOPMENT_TEAM and CODE_SIGN_IDENTITY, the error change to

No profiles for 'org.kivy.kitchen_sink' were found:  Xcode couldn't find a provisioning profile matching 'org.kivy.kitchen_sink'.
Code signing is required for product type 'Application' in SDK 'iOS 10.3'
@nypgand1 nypgand1 changed the title Build before buildozer get ios.codesign Code signing setting when Build Aug 14, 2017
@rickdps
Copy link

rickdps commented Aug 20, 2018

I am having the same problem. Have you managed to get around it. Thank you for any help.

@hackalog
Copy link
Contributor

The workaround is to fire up XCode (buildozer ios xcode) and select the development team (from the general tab) manually, then re-run the build.

Obviously, it would be nice if this wasn't necessary.

@github-actions
Copy link

👋 @nypgand1, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants