8

How to prevent Xcode 4 from crashing with the git branch when the project file c...

 3 years ago
source link: https://www.codesd.com/item/how-to-prevent-xcode-4-from-crashing-with-the-git-branch-when-the-project-file-changes.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

How to prevent Xcode 4 from crashing with the git branch when the project file changes?

advertisements

When the project file is different between two branches (say, we added a new source file), switching git branches causes Xcode 4 to crash. What's a good solution to this?


I've noticed the same thing. The only workaround I've found is to close Xcode, do any branch changes I need, then reopen Xcode. Not the best solution, especially if you're switching branches frequently, but it seems to work. Ultimately it's probably something Apple will have to address as Joshua mentioned. Good luck!

Related Articles

How to prevent further contact from interfering with the location of the trail

I'm looking for help on a problem I've been stuck on for a while but cannot find an answer to. I have a SpriteKit kids game app in which the user can drag objects (SKspriteNodes) around the screen. This is controlled in the "touches" events like

How to prevent Xcode 4 from jumping to the main.m file after each execution?

Every time I hit cmd+R it jumps the editor window to the main.m and highlights this for a fraction of a second: int retVal = UIApplicationMain(argc, argv, nil, nil); Breakpoints disabled. It's very annoying. Any way to stop this?Usually this happens

How to prevent child elements from interfering with HTML5 editing and transfer events?

I have a <div> drop target that I have attached 'drop' and 'dragover' events to. The <div> contains an image inside an anchor tag (simplistically: <div><a><img /></a></div>). The child elements of the target seem

FLV: How to prevent a VideoPlayer from scaling with its containing MovieClip?

I'm creating a VideoPlayer object in a swf and that works well. I'm sizing it using autoSize and that's working fine too. I'm trying to make it so that when the containing swf gets larger the video stays at the same size. The swf is actually loaded f

How to prevent Visual Studio from starting a Windows / Console application when debugging?

I've a solution with two projects on VS2008: an ASP.NET Web App and a Windows App. They don't depend on eachother. Is it possible to prevent Visual Studio from doing a "Start project" for the Windows App when I'm Debugging? On this question are

Laravel 5 how to use get parameter from url with the controller connection method

I'm trying to implement a login system where the user will be redirect back only if there is a get parameter in the url, else it will be redirect to the profile page. So, if the uri is something like this (no get parameter) /login if success, the use

How to prevent jquery datepicker from appearing on the first load of the page, but scrolling to the datepicker text box

I have something similar to the following javascript: $(function () { $("#txtDate").focus(); $("#txtDate").datepicker({ ... autoOpen: false, ... }); }); I want to focus in on the textbox on page load without having the datepicker pop u

How to run a program from one of the projects in a solution as a construction step?

The problem is as follows: My VS2015 solution has several projects, among them A and B. A is a regular project that contains a program/service/code that can translate certain source files into compiled resources (with the idea being that the source i

How to target Win32 and x64 platforms with ONLY a set of solution / project files?

I'm trying to migrate a multiple-project from VC++2005 to VC++2010, and I also need to port this application from Win32 to x64 platform. I know that a project file could contain settings for both platforms, but it requires that I have to manully chan

How to prevent popup windows from closing outside the window, click on Android?

In my activity i'm opening a popup (alert dialog) with yes and no option. But when I click outside the window or anywhere in the screen the popup is dismissed. How can I prevent the popup from closing by clicking anywhere. I want that it should close

How to get all values ​​from entries with the same name but a different index via Jquery

I had a task and now this is kind weird and I don't know, how to do that. So, I have non-specific number of inputs, with same name car but different indexes, like sub, master and val. It looks like this: <input type='text' name='bike[master]' value='

Delphi 2009: How to prevent frame children from spreading into the host form?

Ever since I upgraded to Delphi 2009, I am having terrible experience with TFrame descendants. Basically, the child components of the frame spills into the host form as object and that causes name crash, class not found etc.. In the dfm, the older De

How to prevent session hijacking from tools like the burp suite in the asp.net web application?

How can i prevent session hijacking in a asp.net web application from tools like burp suite? I have tried checking ipAdress and web browser details for authentication in global.asax file but not able to reach the solution.Use HTTPS for secure connect

how to get a day from mysql with the query codeigniter

I need to take my date to sunday, monday, tuesday .... from my databse, currently i getting the date from the databse, how can i convert it to day (like sunday, monday) $start_date = $data['start_date']; $end_date = $data ['end_date']; $student_id =

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK