I thought I'd start a thread about how to develop applications for PowerPC Macs running Tiger and Leopard, as I learn to do so.
(I know there is a programming-specific sub-forum here, but that's really oriented towards modern macOS / iOS development, so I figured this sub-forum is a better fit...
Hello, so I’m trying to create a program to test my functionality of the custom windows 11 iso i made for the 2008 through 2012 mac pros. It currently doesn’t work well on other macs at the moment because of the drivers I have implemented. So my program that I’m trying to create I have no idea...
I uninstalled Xcode a couple of months ago and the residual files as well (or at least I thought so). Why am I now receiving a Software Update for Xcode 14.1?
I know it seems like a simple and dumb thing to worry about but it's driving me crazy. I don't understand why it is wanting to update...
hello, im creating a boot camp auto installer for the mac. im starting with the mac pro. i want to know how i can go about and create a disk managment program that allows you to select your partion sizes then it will grabthe iso file from the folder you have set. then it will tkae that iso and...
I am new to XCode and have several questions
1. How exactly do you duplicate a line? In VSCode, you can press alt + shift + up/down and it will duplicate that line. Or shift + option + up/down in mac
2. control + I only indents. I need an auto format feature, such as making sure there is...
I normally use windows and use VSCode. Just wondering if i need to use Xcode in order to create ios/macos/ipados/watchos apps? Or can I use VSCode for these?
I'm trying to create a custom Quick Look preview on macOS. I've found the Quick Look Preview Extension target, which is brilliant, and does most of the 'heavy' lifting, but I've run into a few problems.
I'm implementing a preview for MIDI files (which has been missing since 2009...) using...
I'm using Xcode 14 (Beta 2) with macOS Ventura (Beta 2), and whenever I plug in my iPhone XS (iOS 16 beta 2), it briefly appears in the devices window and says it's fetching the debug symbols. Then, it just disappears from the list, and doesn't come back until I plug it in again.
I've tried the...
My MacBook Pro 2018 mid has kernel panic from Xcode 13.3 - 13.4.1 when simulator is running.
I created a thread at developer forum and other developers have the issue.
https://developer.apple.com/forums/thread/702631
....
....
"build" : "Bridge OS 6.4 (19P4242)",
"crashReporterKey" ...
Hi everyone,
Since reading up on some open source framebuffer drivers / injectors for hackintoshes (e.g. Callisto, ATY_init), I've been wondering about the possibility of porting those to PowerPC. While I haven't been able to find the source code for Callisto or ATY_init (@netkas might have the...
I have asked in Devepment section, but apparently no one gonna reply there since my question is related to PowerPC: https://forums.macrumors.com/threads/how-to-customize-xcode-support-of-compilers.2332673
Thus asking here.
I have a rather non-standard set up to build for PowerPC: 10.6 PPC...
I have a rather non-standard set up to build for PowerPC: 10.6 PPC (10A190) with Xcode 3.2 and 10.6.8 with Xcode 3.2, Xcode 3.2.6 and Xcode 4.2.
There are two problems:
1. I have gcc10 and gcc11 built for PowerPC, however I don't know how to make Xcode see them. Same goes for Macports gcc6 and...
I’m currently deciding between the M1 Air and 13” Pro, both at 16GB/512GB, the price difference is £235.
Unfortunately I had to return the 14” as I found out I’m sensitive to PWM at that level, so only have the option of these two. My current laptop is a mid-2014 MBP which I’ve had since...
I looking for a way to either make modern XIB files readable on PowerPC with Xcode 3.2 or possibly some converter to run on Intel Mac to turn XIB into NIB or something else that Xcode 3.2 can understand and use in place of XIBs to build a project.
I am trying to build gcc8 via Macports on G5 Quad running 10.6 PPC.
I have built gcc7 earlier (thanks to helpful suggestions of kencu here), and it took about 7 to 9 hrs from what I recall. But now I am at 20,5 hrs with no end seen. Wonder if the compilation is hopelessly stuck or I should wait...
I "upgraded" to XCode 13.1. I made some changes to my code and built the project. I want to release a new version to the App Store but I found that the new build has no Help Book. The Help Viewer window appears but there is no content. When I launch Help XCode logs:
2021-11-01...
I have an app I am trying to build that contains player objects in an array but I am trying to make sure there are no duplicates. My objects come by way of a notification from another VC. How do I remove duplicates in my favArr?
class FavouriteManager {
static let shared =...
I am building an app and it relies on Core Data to save and retrieve my hockey favourites. The issue I have is with retrieving. I don't understand why it retrieves all the players multiple times until you can't add any more favourites. It should retrieve only the players you favourite not all of...
Hi, can't figure out why AVKit Player View only works inside xcode, and not in the exported app
when i run the exported app it makes hole my viewcontroller blank like nothing is in it
when i run it inside excode everything works.. anyone know what i am missing?
I am trying to learn Xcode using iOS 14 Programming for Beginners (Packt Pub).
I am now working on the part that adds the pins to the MapView, but when I run the app the map button is unresponsive (Runtime error).
I get the following message in the Debug area:
I'm sure that this message means...