• Frank Tyger

    Doing what you like is freedom. Liking what you do is happiness.

February 2016

XCode 7 crashes when selecting the main storyboard or a xib

To fix this problem:
1/ open a Finder window and navigate to your project
2/ right-click on the .xcodeproj (and .xcworkspace if using pod) file (it’s a package actually)
3/ select Show Package Contents
4/ a new window appears
5/ delete a folder called xcuserdata
Read more →

Missing iOS Distribution signing identity for … Xcode can request one for you.

How to fix :

Failed to locate or generate matching signing assets
Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues.
Missing iOS Distribution signing identity for ... Xcode can request one for you.

I also faced the same issue today. The following steps fixed my issue.

1/ Download https://developer.apple.com/certificationauthority/AppleWWDRCA.cer
2/ Double-click to install to Keychain.
3/ Then in Keychain, Select View -> “Show Expired Certificates” in Keychain app. It will list all the expired certifcates.
4/ Delete “Apple Worldwide Developer Relations Certificate Authority certificates” from “login” tab
5/ And also delete it from “System” tab.

Now you are ready go.

Read more →