1

After upgrading to XCode 8 I am no longer able to run or debug my application using AppCode. I am running version of 2.16.2.3 of AppCode. After attempting Run|Run from AppCode's menu I get the following error in the messages tool window.

Error:Build failed in 2s 432ms Note:Code signing is required for product type 'Application' in SDK 'iOS 10.0' 

XCode is able to build, run and debug the application with no problem. I have code signing identity set to Automatic/IOS Developer for all configurations of my target. I've tried Invalidate Caches/Restart from AppCode but no luck.

Anyone have any ideas?

Thanks

3
  • Could you please share the build log from Messages tool window -> Show build log (the button on the left of toolwindow) in a ticket in our tracker? We will try to help. Commented Nov 21, 2016 at 16:03
  • Created IDEA-164649. Includes contents of build log and zip file with contents my xcode project directory. Thanks Commented Nov 28, 2016 at 19:38
  • Thanks, the issue was transferred to our tracker youtrack.jetbrains.com/issue/OC-14584, could you please try the solution in the first commment? Commented Nov 29, 2016 at 14:41

2 Answers 2

1

JetBrains support figured it out. Some kind of bogus data in project.xcworkspace directory. Cleaned that out and everything is fine now. See https://youtrack.jetbrains.com/issue/OC-14584

Sign up to request clarification or add additional context in comments.

Comments

0

Can you try to update your IDE? I had a similar problem few weeks ago, but than after some version it disappeared.

Now, my AppCode version: AppCode 2016.3 EAP Build #OC-163.7743.19, built on November 9, 2016

1 Comment

Thanks Vlad but I'm on the current EAP. Frustrating. I can run from command line exact xcodebuild command AppCode is running and I get the same result. It's not picking up something from my project's signing configuration or something. Just don't know...

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.