xcode8 stuck in loading project

Issue #104 resolved
高志闽 created an issue

Look the picture! stuck ............ 屏幕快照 2016-10-10 上午11.06.30.png

Comments (13)

  1. Tom Harrington

    I'm getting exactly the same behavior. The app never seems to finish loading the project.

    This is with FauxPas 1.6.1 and 1.6.2, running on OS X 10.11.6, with Xcode 8.1.

  2. Ali Rantakari repo owner

    Thanks for reporting this. A similar issue was fixed in an earlier version of Faux Pas (see #85) — this could be a variant of the same issue that I have been unable to reproduce so far.

    Here is a link to a recent release candidate that should work with Xcode 8.1 in most cases:

    https://www.dropbox.com/s/t8nsli66ovip42o/FauxPas-v1.7-prerelease-testbuild.zip?dl=0

    Please check whether that build fixes this issue for you. If it does not, then please run the following command in Terminal and try again:

    defaults write org.hasseg.fauxpas determineBuildSettingsSerially -bool yes
    
  3. Tom Harrington

    I tried that build-- no change. Adding that defaults change and then relaunching the app also had no effect.

  4. Ali Rantakari repo owner

    Thanks for trying it out and reporting back. Since I have been unable to reproduce this issue, it would be very useful if you could help me out by providing some diagnostic data. I have written a small shell script that automates this as much as possible:

    1. Download and extract the shell script from this archive
    2. Inspect the contents of the script to ensure that it looks safe
    3. Make the shell script executable — in Terminal (replacing path_to with the path where you extracted the script):

      chmod a+x /path_to/fauxpas-hang-sample.sh
      
    4. Try to open a project in Faux Pas (so that it hangs)

    5. While Faux Pas is hung, execute the shell script in Terminal:

      /path_to/fauxpas-hang-sample.sh
      
    6. The script generates a file called FauxPas-samples.zip onto your Desktop. Please email it to me.

    It would be great if you could set aside the few minutes to help me with this by following the above steps. Thanks.

  5. David Davies-Payne

    Thank you for the pre-release build. Working for me more reliably with determineBuildSettingsSerially set to YES.

  6. Log in to comment