Posts

Post marked as solved
3 Replies
0 Views
I figured out what was the issue was. Xcode can't read the .gitconfig file properly. In my case I have these lines in my global .gitconfig file: [includeIf "gitdir:~/Developer/"]     path = ~/.gitconfig_per [includeIf "gitdir:~/Developer/Cleverlance/"]     path = ~/.gitconfig_clv This setup allows to associate specific Git configs with location of a repository in the file system. So when all my main job project are located in ~/Developer/Cleverlance/ directory, the content of the ~/.gitconfig_clv appends to the global .gitconfig file. The content of the partial config is bellow: [user]         name = Deny Green         email = deny.green@cleverlance.com         signingkey = ********************************* I think that Xcode should should be able to read these settings properly and respect them.
Post not yet marked as solved
4 Replies
0 Views
The big problem is the lack of documentation about launch storyboards and their limitations. Weird thing is that images from asset catalog are loaded fine so they can be used but custom fonts are different story - why? I saw a few filled radars about using custom fonts in launch storyboards but it's hard to say if it's bug or not.Anyway - launch storyboard has a lot of limitations and therefore there is a lot of situations when is better to use launch images instead. That's sad :-/