Posts

Post not yet marked as solved
2 Replies
193 Views
This crash only happens in release configuration and only on devices running somewhere between 16.3 and 16.4 or higher. It is happening with a few of my different singleton classes in an Obj-C project. What's more strange is that the related code sections work fine up until a Bluetooth Low Energy connection is made. This is an older codebase and will be getting replaced with a complete rewrite in the next few months, but I need to resolve this crash in the meantime. Seems like something changed with ARC or some other system under the hood as the production build which has been fine for a long time exhibits this issue. The singleton call is the only place alloc is called for the DWNotificationView class in the project.
Posted
by dmacpro91.
Last updated
.
Post not yet marked as solved
3 Replies
1.9k Views
I'm sure most of us are aware of the XcodeGhost issue from awhile back. For those unaware, the short version is Xcode downloads are notoriously slow from Apple's servers to the point that a lot of people end up trying to find other mirrors for the MASSIVE 10+GB updates that come out. The problem is that these mirrors can contain malicious versions of Xcode which inject malware into built apps. So... I've been trying to update to Xcode 12.5.1 since yesterday now. I've tried the download on the internet connection at the office (Spectrum) which has download speeds well past 100Mbps. The download gets limited to ~700KB/s with occasional spikes around 2MBps. Why? I run a speed test and our bandwidth is perfectly fine. Note this is trying to download directly from the App Store. I let the download do its thing, but of course it errors out right at the end and the download somehow is corrupted. Off to download the XIP directly: https://download.developer.apple.com/Developer_Tools/Xcode_12.5.1/Xcode_12.5.1.xip Well, same problem with TERRIBLE download speed. Check bandwidth again and no issues on my end. So I decide whatever, I'll try it on my home internet connection. Start it up again and let it run overnight. AGAIN it gets ~95% complete and errors out. This is now on 2 completely different ISPs. How can such a large company have such an issue with file distribution? I feel like a pretty competent individual and I've yet to find any reasonable way to deal with these updates. It's literally every single Xcode update that comes out. Come on Apple, give the developers (who help support your ecosystem) a hand here...
Posted
by dmacpro91.
Last updated
.
Post marked as solved
8 Replies
2.6k Views
This all started after I updated Xcode on Oct 21. Since then, I've been unable to upload any app builds to AppStoreConnect. This is Xcode 12.1 (12A7403). Error Message: Could not find or load main class HD.Users.username.Library.Java.Extensions:.Library.Java.Extensions:.Network.Library.Java.Extensions:.System.Library.Java.Extensions:.usr.lib.java:. My main disk is called "Macintosh HD". It looks like however they have the build script setup it's dropped the "Macintosh" part off. Updating Xcode has become a crapshoot because every time I update, I have to spend hours figuring out and fixing whatever broke. So far I've been unsuccessful with this particular one...
Posted
by dmacpro91.
Last updated
.