Code Signing Errors for Chapter 2

I got the following errors when I tried to open the starter xcworkspace file.for Chapter 2:

Code Signing Error: No account for team “CX893E63R7”. Add a new account in the Accounts preference pane or verify that your accounts have valid credentials.
Code Signing Error: No profiles for ‘com.raywenderlich.RxSwiftPlayground’ were found: Xcode couldn’t find any iOS App Development provisioning profiles matching ‘com.raywenderlich.RxSwiftPlayground’.
Code Signing Error: Code signing is required for product type ‘Application’ in SDK ‘iOS 11.3’

Is there something obvious I’m forgetting? I figure maybe it’s something new for iOS 11.3 development. It’s not covered in the book at all.

1 Like

I believe I solved it by “cleaning” the solution and setting the Code Signing Identity to “Don’t Code Sign”.

1 Like

Thanks for the update - really glad you managed to sort it out! :]

This topic was automatically closed after 166 days. New replies are no longer allowed.