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

Analyse fails on Xcode 10.2 #20

Closed
ollitapa opened this issue Mar 28, 2019 · 14 comments
Closed

Analyse fails on Xcode 10.2 #20

ollitapa opened this issue Mar 28, 2019 · 14 comments

Comments

@ollitapa
Copy link

When run with code signing disabled currently analyse runs the command

set -o pipefail && xcodebuild "-project" "SOME_APP.xcodeproj" "-scheme" "APP SCHEME" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "analyze" | xcpretty

It fails with

❌  error: An empty identity is not valid when signing a binary for the product type 'Application'. (in target 'SOME_APP')

Should be

set -o pipefail && xcodebuild "-project" "SOME_APP.xcodeproj" "-scheme" "APP SCHEME" "CODE_SIGNING_ALLOWED=NO" "analyze" | xcpretty
@fehersanyi-bitrise
Copy link

Hello there, we know about the issue, and already have a card for the tooling team to fix it, I hope the new step version will come out soon!

@bofeizhu
Copy link

bofeizhu commented Apr 2, 2019

@fehersanyi-bitrise Could we keep this open?

@sschizas
Copy link

sschizas commented Apr 7, 2019

@fehersanyi-bitrise Any update on this issue? When will this be sorted out?

@fehersanyi-bitrise
Copy link

fehersanyi-bitrise commented Apr 8, 2019

Not yet, I will ask the team to take care of it this week. we will notify you when the fix has been deployed. 🙃

@marciogranzotto
Copy link

this is a really critical issue, is breaking all the tests that we relay on

@fehersanyi-bitrise
Copy link

Hello everyone, I asked the team to take up the task as soon as they can, but unfortunately I can't do more, we will notify on every platform when the fix comes out.

@bofeizhu
Copy link

@marciogranzotto I opened this discussion on their forum two weeks ago. Still no updates. https://discuss.bitrise.io/t/xcode-analyse-fails-on-xcode-10-2/8635

@marciogranzotto
Copy link

We are 25 days in. Still no update @fehersanyi-bitrise ?
Come on, we are all developers, there's no way this is taking this long if it is a priority issue (which it should be)

@bitce
Copy link

bitce commented Apr 23, 2019

Hi @marciogranzotto!

We are really sorry about the inconvenience this causes. There's an awful lot for our team to do and what they can and do prioritise is limited and can be defined by a lot of various aspects unfortunately. We let them know this is urgent for you and thanks for all your understanding during the wait!

@ollitapa
Copy link
Author

Seems to have been fixed here: bitrise-io/go-xcode@a49d262

I believe this repo needs just dependency update. I can try to make a pr.

@ollitapa
Copy link
Author

@bofeizhu
Copy link

#21

@bofeizhu
Copy link

@fehersanyi-bitrise I can confirm this issue is fixed in 2.1.0

@bofeizhu
Copy link

bofeizhu commented May 1, 2019

@fehersanyi-bitrise you can close this issue! Thank you!

@lpusok lpusok closed this as completed Nov 11, 2019
@bitrise-steplib bitrise-steplib locked and limited conversation to collaborators Sep 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants