i click to open the beta and pops up the license agreement dialogue. i click agree and it asks me to either confirm on my apple watch or by entering my password. i have tried both and neither close the dialogue. im not able to get past this to test the software. anyone else running across this? anyone know of a fix?
tia
General
RSS for tagDive into the vast array of tools and services available to developers.
Post
Replies
Boosts
Views
Activity
Has anyone tried to install macOS 15 (24A5264n) from the downloaded restore image with the sample project RunningMacOSInAVirtualMachineOnAppleSilicon on the latest macOS 14.5?
I am getting a strange error
Fatal error: A software update is required to complete the installation. Installation requires a software update.
System also shows this dialogue
But when I click install it says that the software is not currently available from the Software Update server.
I'm trying with the latest public Xcode 15.4 on an M3 Mac.
I'm super excited about the announcement of iPhone Mirroring on macOS.
Will there be a way to communicate with a connected device throughout an API? E.g., will we developers get a way to write automation or interact with the connected device via code?
Learn best practices for creating rich text and image previews for display in the Messages app.
View Technote TN3156 >
Diagnose errors due to invalid Apple Pay merchant identifier configurations by identifying the underlying causes of common errors and explore their potential solutions.
View Technote TN3173 >
I just had an awesome lab for FinanceKit, and I have a few pieces of feedback to file, but I don't find FinanceKit as an SDK option in Feedback Assistant.
I first went into "Developer Technologies & SDKs", and then selected 'iOS' as the platform, but 'FinanceKit' is not in the list 🤷♂️
I can select 'Something else not on this list', but I don't want the feedback to get lost! Please help!
I am reaching out to inquire if there is an available API that allows us to retrieve warranty details for Apple devices. Specifically, I'm looking for an automated method to access information such as warranty status, expiration date, and any coverage details associated with our Apple products.
Could you please provide information on whether such an API exists? If it does, I would appreciate guidance on how we can access and use it. Any documentation or reference materials you can share would be highly beneficial.
Thanks,
Abhijith
Hi,
I'm unable to add the 3rd build of my TestFlight app to any external testing group (but I can for an internal testing group). The 2nd build was successfully added to an external testing group, the 3rd build has the status "Ready to test", and I've expired all other builds. I've also completed the "What to test" section in English (U.K) and English (U.S). Any idea what I might be doing wrong?
Thanks!
The screen that displays wifi, bluetooth, airplane mode and other features. When I tried to add translate as a shortcut, it duplicated and won’t leave the screen. I have a screen shot and screen recording that I would like to add but am not sure how. I tried adding the picture and it has added this link. Any ideas how to get rid of these ghost images of shortcuts?
Is there any official way to download IPSW files for older versions of macOS like macOS 13 for use with a VM app like Parallels or UTM?
I hope I'm wrong on this one, but as far as I understand watchOS is not able to collect/ capture Mach Exceptions and Signals. Which is the majority of crashes happening on watchOS.
I'm looking for a proper way to automatically receive crash reports from a watchOS app.
If this truly is a system limitation there's no way any tool can workaround it.
Does anyone know of a workaround or tool to automatically collect crashes on watchOS?
(I'm aware that it's possible to do so manually)
Apple mentions that they are willing to support developers on various platforms. One of them is VS Code. I just wonder if Apple tries to give official support for Xcode project files like the extension below.
https://marketplace.visualstudio.com/items?itemName=mariomatheu.syntax-project-pbxproj
We can download and use this extension, yes but I just wonder if Apple considers to publish any extension like above on VSCode marketplace officially?
Have seen so many posts about the green screen problem, no solution found yet and Apple is charging us a dime. Apple wake up or else ur losing a very old customer.
Unlike Xcode 15 where it's easy in source control to type in a commit message and then do the actual commit in git, in Xcode 16 there doesn't seem to be anywhere to do this.
Yes, in the beta I can do a menu select to go to 'commit changes...', and I found the new way to stage changes. So far so good. But where is the 'commit' button to complete a commit?
Is anyone else finding this an issue?
Last year I remember Apple providing a Device Support download that would allow running macOS 14 in a VM on macOS 13 without needing to install the whole Xcode beta. Is Apple planning on releasing a similar download this year to allow running a macOS 15 VM on macOS 14 without installing the Xcode beta?
Hey,
I’m an iPhone user of nearly 4 months, and recently, I found out about the iOS 18 developer version. I wanted to try it, so I bought an iCloud subscription and backed up my phone. I downloaded the update overnight through the settings app, and when I woke, it prompted me to restart or along those lines, to which it showed the apple logo and a progress bar as per usual.
I didn’t even notice a difference between 17 and 18 until I swiped down to get to the control panel, and instantly, I wanted to switch back. I could no longer see features like my over $300 AirPod’s volume decibel amount; something I use on a regular basis to make sure I’m not developing hearing loss.
So, when I got home from school later that day, I looked at the official Apple guide to downgrading to a previous iCloud version.
Following the featured steps, I factory reset the iPhone through the General > Transfer or Reset iPhone > Erase all content and settings. I made sure to skip the automatic backup this process created.
Then, after it was finished resetting, I followed the standard iPhone setup process until it asked me if I had a backup. I clicked it, signed in with my Apple ID, then clicked “Show All Versions” (as to not backup with an iPhone 18 beta backup) and clicked on my backup from the night prior.
Then, it went to the black screen with the Apple logo and a progress bar again, and a few minutes later, the phone booted up. It all seemed normal, up until I saw the iOS 18 control center. I did this whole process again just to make sure I didn’t accidentally mess the procedure up, but I got the same result.
Can anyone help me with this?
Thanks in advance, Gray (posting this here because usual apple forums remove anything mentioning developer things)
I used Xcode 16 beta 1
I would like to import the AccessorySetupKit introduced at the wwdc24 event
it can imported iOS target source, but can't imported in my local package, ControllerKit
what should I do ?
why can't import local package ?
I am developing "Thumbnail Extension" and "Quick Look Preview Extension" on Mac Apple M2 with Sonoma 14.5
These extension need 3rd party dynamic lib. (This .dylib I develop in Delphi FMX on Windows computer for macOS.ARM 64-bit architecture)
I was able to drag & drop this .dylib to "Thumbnail Extension" target in XCode, "Embed & Sign" on "General" tab and then use dllopen/dlsym/dclose to use it in .swift code - and it works as expected, generating thumbnails for my custom extension files.
However the same steps do not work for "Quick Look Preview Extension" target:
The .dylib is drag & drop added to this target of my XCode project, "Embed & Sign" on "General" tab and build & run.
I obtain "Previewer not found." dialog when SPACE-key viewing a file in Finder. (This happens even without calling dllopen/dlsym/dclose in my code.)
After removing the .dylib from target "Quick Look Preview Extension" it works and shows my simple "generic hello world" graphic as Preview.
I have checked the container of app bundle on disk to make sure that .dylib is on correct place, and it is:
my.app/Contents/Plugins/Previewer.appex/Contents/Frameworks/libmydll.dylib
The size of this .dylib is 13.5 MB
The .appex and .dylib are both signed, using "Development" signing certficate.
I am confused why this .dylib is working for "Thumbnail Extension" but not for "Quick Look Preview Extension". It seems to me that due to some reason system rejects to load this extension as soon as it contains .dylib, even without accessing it from my code.
With Swift, SwiftUI and Swift Charts and many other tools (Swift Tests, swift accelerate, etc), Apple needs to create a Jupyter notebook like (but better), helping Scientific and AI programming stepping through different hypotheses and tests.
Thanks
//
// ContentView.swift
// HardApp
//
// Created by Besleaga Alexandru Marian on 14.06.2024.
//
import SwiftUI
struct ContentView: View {
var body: some View {
VStack {
Image(systemName: "globe")
.imageScale(.large)
.foregroundColor(.accentColor)
Text("Hello, world!")
}
.padding()
}
}
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
// A SwiftUI preview.
#Preview { Use of unknown directive '#Preview'
// The view to preview.
}
I'm trying to learn Xcode and got stuck on these error that I receive when trying to apply the macro #Preview, how can declare the directive so I can use it in my own code for the preview it offers ?
Kind Regards