Post not yet marked as solved
I have an old Macbook with an Intel processor.
Sometimes when I run the simulator with iOS 16, the macOS 12.4 freezes completely and reboot.
Today the macOS froze and rebooted 9 times…
Not a question, but just informing you all that I've been having issues with install Xcode command line tools (just updated to beta 7 and having the same issue).
xcode-select --install
This command keeps telling me that the software is unavailable. In case any of you are having this issue, go to:
https://developer.apple.com/download/more/
There is a link there to download the command line tools. Happy coding!
Post not yet marked as solved
Hello,
I would like to enroll in the apple developer program to publish my organization's app to AppStore.
My D-U-N-S number has been issued more than 5 business days ago.
When I start to enroll to submit the application, I input the D-U-N-S number which has been assigned to me. Apple tells me that the number is incorrect. But If I try to look up my D-U-N-S number, an automatic apple developer e-mail sends me the number which has been assigned to me and which I am writing during the enroll process.
Could you please help me to solve this issue?
This device is already associated with other accounts in the Apple Developer Program or the Apple Developer Enterprise Program. Please use a different device.
I am running xcode Version 13.2.1 (13C100)
macOS Big Sur Version 11.6.7 (20G630)
and I am trying to connect my phone to test my app that I am working on
my phone is iPhone 8 Version 15.5 (19F77)
Every time I try to connect I get the following message:
This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your mac and device in order to correctly detect compatibility.
I tried restarting the mac and the phone, but that did not help. Is my device incompatible or am I doing something wrong?
Post not yet marked as solved
I work in the repair shop as the lead technician at my college and our diagnostic server machine is acting up. Our old Mac Mini ran out of space so we transferred everything to an old stock MacBook Pro that we had. However, it gave us a few issues. The EFI tests in diagnostic mode and AST2 work just fine, but the OS tests freeze the Mac being tested at 'waiting for support'. I believe that this is an issue with Diagnostic Server, as that's where the OS-based tools are loaded from. I've reinstalled Diagnostic Server, its images, and Apple Service Utility. Diagnostic Server log says that everything is up and running just fine. I have tried connecting to our network directly, and also by trying a router with the DHCP server set according to TP567 (except with the router instead of Mac OS Server). Nothing we try seems to work, and it's preventing us from finishing repairs due to the inability to complete the trackpad calibration suite. Has anyone else had this issue?
Post not yet marked as solved
Granted I only have a 350Mbps network connection but downloads of Xcode beta 2 and tvOS and watchOS components should not be taking half the morning to complete!
I regularly transfer multi-Gigabyte files to/from cloud storage providers and it is never this slow.
Anyone else having the same slow performance?
Post not yet marked as solved
I am using powermetrics to collect the cpu_power information. I have a small command-line utility that uses some blas functions in Accelerate and I'd like to quantify the energy consumption of the algorithm.
My workflow is to start powermetrics, wait 1 second, start my program, and then stop powermetrics.
During that 1 second waiting period, "Package Power" is:
If GPU power is 0, Package power is exactly equal to CPU power even though DRAM power is not 0
If GPU power is not 0, Package power is usually (but not always) equal to CPU + GPU power even though DRAM power is not 0
When my algorithm is running, Package power is sometimes greater than the sum of everything else, but sometimes not. I've tried using powermetrics with other programs and am seeing similar results.
It appears that whatever "Package Power" means, it does not include "DRAM Power". The man page doesn't have any information, and other internet searches turn up empty or are definitely wrong.
Using blas functions on Apple Silicon could mean that the data is processed on one of the accelerator components rather than the traditional CPU cores and I'd really like to ensure I am capturing the energy usage without over or undercounting.
Thanks in advance!
Post not yet marked as solved
Hi,
In the latest version of IOS 15.5, is it okay if I place apple-app-site-association file in our root folder or is it mandatory to place the file in .well-known directory?
Post not yet marked as solved
Sono Alexander Puglisi ho 19 anni e desidero creare un app che permetta di fare soldini grazie al nostro apple watch, e infine creare una lentina a contatto che permetta di vedere qualcosa in più (esempio: penna e luce uv su foglio bianco) ,, (qualcosa che gli altri non riescono a vedere). (alla fine le lenti a contatto le usano anche per scene teatrali/film ,quindi perchè non sfruttare questa cosa? non lo so...potrebbe secondo voi servire ? )
qualcuno può contattarmi ? +39 3273529673
scusate per il disturbo ma sto uscendo pazzo :(
Post not yet marked as solved
The email I received after uploading my build says We identified one or more issues with a recent delivery for your app, “sample name”. Please correct the following issues, then upload again.
But there are no issues listed below. My iPhone Connect app does send me a notification that my build status has changed to Invalid Binary but I’m not seeing any specifics there or in the email on what to fix.
Using Xcode 13.4.1 and the iOS project builder for Unity games if that helps. Thanks for any ideas!
edit: more context - the first few build uploads actually did show issues in their email. A few unnecessary entitlements which I removed from the app id and a missing plist description for privacy which I added.
Post not yet marked as solved
On the iOS Developer app on my Iphone 13, when I try to submit my id front and back pictures, it fails every time with no fruitful error. All it says is Unable to send information, your information couldn't be sent due to connection error. The internet connection is working absolutely fine I can assure.
It seems impossible to go past this step! Why is apple so vaguely difficult!
Post not yet marked as solved
I'm trying to generate an .ipa file with the expo build:ios command but I'm getting the following error message:
Network Timeout: 'AccessForbiddenError', 'Apple 403 detected - Access forbidden'. Retrying after 3 seconds (remaining: 3)
Network Timeout: 'AccessForbiddenError', 'Apple 403 detected - Access forbidden'. Retrying after 3 seconds (remaining: 2)
Network Timeout: 'AccessForbiddenError', 'Apple 403 detected - Access forbidden'. Retrying after 3 seconds (remaining: 1)
✖ Failed to register bundle identifier <bundle-identifier>
Failed to prepare all credentials.
The next time you build, we will automatically use the following configuration:
...
Apple 403 detected - Access forbidden
Error: Apple 403 detected - Access forbidden
I agreed all terms in my developer account.
Post not yet marked as solved
Hi,
We are trying to adopt FPS for mp4 content protection playing on safari browser of Mac OS.
I have verified that native functions of safari browser support the decryption for AES-128 encrypted TSs based on EME of HTML5 and HLS mechanism, where the CEK stores in http server described in the m3u8 manifest and is delivered to the browser in plain.
Although it is a simple and easy solution to protect the mp4 contents, the security is still matter because the key is delivered in plain.
So we decided to implment a key server to issue the CKC message after receiving SPC as safari browser's key request.
I have a question before starting it.
Q: The Encrypted AES-128 key in the Table 2-3. SPC container structure of FairPlay Streaming Programming Guide document says that "This key is itself encrypted, using RSA public key encryption with Optimal Asymmetric Encryption Padding (OAEP)".
It means we needs a private key to decrypt it. I understand it if the client is a proprietary application so that the public key would be one of the FPS development credential, which will be issued by Apple according to our request. Because the client application can use the public key during the implementation.
But what if the client is the safari browser? We cannot use any kind of new issued public key for the safari browser.
I guess Mac OS uses some fixed public key which is already issued by Apple for safari browser's FPS.
Now how can I get the counter private key?
It could not be contained in the FPS credential. Because it should be a fixed one, not new generated one.
I'm a bit confused about the minimum macOS version required to run Xcode 14. I don't know what the minimum macOS version to run it. In the meantime, it seems that macOS 13 beta requires a Mac computer with the Apple silicon. As for Xcode 14 beta, its details say "Xcode 14 beta includes everything you need to create amazing apps for all Apple platforms. It includes SDKs for iOS 16, iPadOS 16, tvOS 16, watchOS 9, and macOS 13." What does that mean as far as macOS 13 is concerned? Do we need a Mac with the Apple silicon to run Xcode 14? Thanks.
Post not yet marked as solved
Hi. I ma trying to create pkg to install our application. We want to make it installable without admin password. Is it even possible to do on Catalina? And where I can install app without admin's password. I have tried to create default pkg with Packager (unchecked "Require Admin password for installation") and install it in different locations using user account without admin rights. And I failed :( It asks to enter admin login and password to continue.
Post not yet marked as solved
You have one or more errors on this page.
Portuguese (Brazil) Description: This field is required
Settings are all correct. This error appeared today, as yesterday I sent 3 apps for publication without error.
Post not yet marked as solved
Hello, (sorry for long log attached within)
There has been concern (long story) that my secondary apple ID, phone was somehow linked or registered within an app developer or anything other then default and looking for clarification. This log is directly from the phone/apple ID and the log was generated with a credible source. The apple ID/phone should not be associated with anything and no APP dev account should be associated within the log.
Additionally my phone/apple ID that this log is associated with I am wondering if someone can tell me if there is anything to support or speculate that the phone is being shared or bundled in some fashion of any kind to share data, location, apps, or if there is anything such as coding of any kind that is anything other then what your standard phone would look like right out of the box with default settings. It's my suspicion that the apple id/phone log would support the issues that's been present of many issues that can be explained later.
Any help would be greatly [appreciated.](
Log of Apple ID/phone in question - https://developer.apple.com/forums/content/attachment/7c971c69-4a7c-43a4-b5e4-42e9e180d161
)
Post not yet marked as solved
Even when SIP is disabled.
It shows an error, and dumps the dtrace script to console!
Used to work fine until BigSur.
Post not yet marked as solved
Hi Guys, looking for tcp trace route in OSX.
In built traceroute command does not work with tcp, does any one has any solution for traceroute working with tcp?