Xcode won't start after OS update - xcode

I just updated my macOS to 10.13.3 supplemental with the Telugu fix. Now I can not start Xcode 9.2 anymore.
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x1] Library missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: #rpath/libswiftDispatch.dylib
Referenced from: /Applications/Xcode.app/Contents/MacOS/Xcode
Reason: image not found
Any suggestion on how to fix this?

Confirming that Avast Business Antivirus broke my Xcode. To fix it, I made sure OSX was updated, then I opened Avast, opened Virus Chest, and restored libswiftDispatch.dylib then restarted my machine.

Turns out that AVG anti virus placed the libswiftDispatch.dylib in quarantine as a false positive. Multiple programs on my Mac failed to start due to this reason.
I removed the AVG app and reinstalled XCode to get everything working again.

Related

How to install XCode 6.4 in Mac Mini M1 MacOS 12.5 Monterrey

im facing an error while im trying to install a very old version of Xcode in this case 6.4 (downloaded directly from here Apple Official Site) a this point im already done all of this steps How can I run Xcode 12.5.1 on Monterey?, but when im trying to run the application in the second step by running this command:
open /Applications/Xcode_6.4.app
the app just stop before it starts and throw this error message:
Error window with details img
If this information are valid im trying to compile this specific project in my mac m1 https://github.com/360Controller/360Controller
Your start up error running Xcode 6.4 on Monterey:
Exception Type: EXC_CRASH (STGABRT)
Exception Codes: 0x0000000000000000 0x0000000000000000
Exceotion Note: EXC_CORPSE_NOTIFY
Termination Reason: Namespace DYLD, Code 1 Library missing
Librarv not loaded: '/usr/lib/libauto_dylib'
Reason: tried: '/usr/lib/libauto_dylib' (no such file), '' (no such file)
Xcode 6.4 released with support for High Sierra forward. Big Sur had some major changes, one of which is removing /usr/lib/libauto_dylib.
In short, there is no way to run Xcode 6.4 on Apple Silicon
Also, should you be able to compile the linked TattieBogle Xbox 360 Driver, it has a notice:
As of December 28, 2020, there are not plans to add Big Sur support, including Apple Silicon support. It will most likely not work on Big Sur.
The reason it will most likely not work are many, but much of the kernel driver/extension features changed in Big Sur forward. So even if you did get it compiled, it still would not load on Monterey.

iOS app OpentOk library crashes with INVALID_ADDRESS

We have an issue with iOS app stability. Our Application crashes inside the OpenTok library. It crashes inside the library and the stack trace does not contain any reference to the app code.
A list of last calls in the stacktrace:
[OTKitSessionDelegate otkitStreamCreated:]_block_invoke
Fatal Exception: NSInvalidArgumentException
-[_NSInlineData session:streamCreated:]: unrecognized selector sent to instance 0x106044600
[OTKitSessionDelegate otkitSessionWillCloseSocket] + 3482407
Crashed: Thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000000c202000c
[OTKitPublisherDelegate otkitPublisherStreamCreated:]_block_invoke
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000010
I'm using the latest version of OpenTok library 2.14.
Also, I've used different tools for monitoring the app if there are some thread synchronization or buffer overflow issues by using Address Sanitizer and Thread sanitizer and other xcode tools. No issues found.
Please assist with that. I will be very appreciate for any clue.
Thanks
It looks like you are releasing the delegates without setting the OpenTok objects' delegates to nil.
Follow this order:
publisher.delegate = nil;
subscriber.delegate = nil;
session.delegate = nil;
yourDelegate = nil;

Unable to find system thread 1C10

I am developing an Electron app for Windows and within the past couple weeks the app has begun to crash intermittently without any apparent cause. I downloaded the windows debugging tools to examine the crash dumps and found the error Unable to find system thread 1C10. What does this error mean? How can I proceed?

Genymotion does not start (quit unexpectedly.)

I was usually working with genymotion, but after I updated (to 2.7 version) it stopped working. It always close immediately, and the only message i get is:
(genymotion quit unexpectedly.)
Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple.
The "detailed information" is huge and difficult to understand, but it starts from:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libcrypto.1.0.0.dylib 0x00000001039b8758 lh_new + 196
I tried:
Reinstalling genymotion.
Reinstalling virtualbox
Removing /User/myuser/.Genymotion folder
Removing the host-only adapter "vboxnet0" (and all the others adapters).
I can't find the log of the genymotion app. Also I can't find any lower version than 2.7 for downloading (for osx).
I am a little desperate, so any advice will be great.
Thanks in advance.
Guille
Having the same problem. Tried rolling back to 2.6.0 and downloaded virtual devices all over again - Genymotion will start without crashing and devices eventually build but will no longer emulate react-native from the command line, which is all I use Genymotion for. Hoping someone can chime in on this as Genymotion support have been unresponsive.

Xcode 7.1 crash when create new project/file

I'm experiencing a crash in Xcode 7.1 when I try to create a new Project on Mac OS X 10.11 (15A178w)
Crash Log:
Process: Xcode [69405]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 7.1 (9079)
Build Info: IDEFrameworks-9079000000000000~8
App Item ID: 497799835
App External ID: 813804225
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [69405]
User ID: 501
Date/Time: 2015-11-11 16:09:56.301 +0800
OS Version: Mac OS X 10.11 (15A178w)
Report Version: 11
Time Awake Since Boot: 110000 seconds
Time Since Wake: 17000 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
Sending goNextOrFinish: to <IDEAssistantWindowController: 0x7f87e7885220> from <NSButton: 0x7f87e942fe00>
ProductBuildVersion: 7B91b
UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[NSOpenPanel setAccessoryViewDisclosed:]: unrecognized selector sent to instance 0x7f87e9669840
UserInfo: (null)
Hints:
0: Sending goNextOrFinish: to <IDEAssistantWindowController: 0x7f87e7885220> from <NSButton: 0x7f87e942fe00>
Does anyone know what causes this issue & how I can fix it?
I've just tried the same: create an empty project (with main interface set to LaunchScreen) and it crashed. Doing the same with main interface set to main works. Probably, in the first case, you should define your LaunchScreen ;)
Same happened to me, and I tried installing the Xcode 8 beta 2, to find if the problem was with my XCode 7. The issue happened again. Just tried to recollect how it happened first time, and it came to my mind that I had actually tried to create a git repository online, using my gitHub account, from XCode. When creating a new project, Xcode provides option to choose to create a local git repo or an online repo. I'd opted for an online repo option, and ever since i got this issue.
Finally I tried turning off the WiFi, and Voila!!! There it runs, just fine!
Once the project is created and built fine, I turned WiFi back on, and Thank God, things are back to normal!
Hope this helps someone!
I faced same issue it was very irritating , what i did is i just cleared derived data for the project in which i was facing the issue and it worked for me!! :)

Resources