Hi,
we are experiencing installation is slow on M1 platform. what could be the reason. We tried on multiple M1 hardwares.
Regards
Post
Replies
Boosts
Views
Activity
Hi,
We have moved to the new notarytool for uploading files to Apple for Notarization. Our package is around 2.8 GB and we are uploading a single dmg file to Apple servers. It takes between 40-60 minutes to upload and provide the status. Not sure whether it is a problem with our network or not. I have checked with our network department whether our network has access to notary-submissions-prod.s3-accelerate.amazonaws.com. They confirmed that it has access through port 80 or 443. I don't see upload speed difference between old and new tool. Please help me to identify why I don't get the improvement in upload speed.
regards
Prema Kumar
Hi,
we are experiencing intermittent upload failures. we are using xcrun altool for uploading the files. we are getting different errors.
Error -1011: Unable to upload your app for notarization.
======
[16:39:34.080226][ERROR] Error -18000: Connect to contentdelivery02.itunes.apple.com:443 [contentdelivery02.itunes.apple.com/17.56.138.14] failed: Operation timed out
[16:39:34.162239][ERROR] Error -18000: An exception has occurred: Connect to contentdelivery02.itunes.apple.com:443 [contentdelivery02.itunes.apple.com/17.56.138.14] failed: Operation timed out
[16:39:34.238909][ERROR] Error -18000: Cannot perform data center failover (data center is pinned).
[16:39:34.239269][ERROR] Error -18000: An error occurred while calling uploadDone the package named com.efi.FieryApplications.dmg.itmsp
[16:39:34.239802][ERROR] Error -18000: An exception has occurred: Cannot perform data center failover (data center is pinned).
========
Error -18000: Could not download Defaults.properties (osgibootstrapper)
Could you please help to identify the issue?
regards
Prema Kumar
Hi,
We are getting timestamp error while signing the binaries and installers. Following is the error.
pkgbuild[376:6714336] CMS signature encoding failed: A timestamp was expected but was not found. (-67882)
Error signing data.
sometimes nc -v timestamp.apple.com 80 command gets timeout.
nc: connectx to timestamp.apple.com port 80 (tcp) failed: Operation timed out
For some reason, I am not able to attach the Wireshark capture.
We worked with ISP and they could not find issue with the n/w. Could you please help in identifying the issue?
regards
Prema Kumar
Hi,
We are getting notarization error. We are experiencing it today July 8, 2022. it happened from couple of our build machines.
[19:12:05.717998][ERROR] Error -18000: org.apache.http.conn.HttpHostConnectException: Connect to contentdelivery01.itunes.apple.com:443 [contentdelivery01.itunes.apple.com/17.56.10.18] failed: Operation timed out
[19:12:05.729056][ERROR] Error -18000: An exception has occurred: org.apache.http.conn.HttpHostConnectException: Connect to contentdelivery01.itunes.apple.com:443 [contentdelivery01.itunes.apple.com/17.56.10.18] failed: Operation timed out
[19:12:05.729466][ERROR] Error -18000: Could not start delivery: all transports failed diagnostics
we are using Xcode 12.3 and macOS 11.
regards
Prema kumar
Hi,
I have changed the Apple ID Password. After that I have created new app specific password as well. But after this I am not able to upload the package. I get the following error when I try the command on Terminal
xcrun altool --list-providers -u Apple_ID -p app_specific_password
2022-05-31 14:41:22.660 altool[2828:53360] *** Error: Failed to retrieve providers info.
2022-05-31 14:41:22.660 altool[2828:53360] *** Error: code -1011 (Failed to authenticate for session: (
"Error Domain=ITunesConnectionAuthenticationErrorDomain Code=-22938 "Sign in with the app-specific password you generated. If you forgot the app-specific password or need to create a new one, go to appleid.apple.com" UserInfo={NSLocalizedRecoverySuggestion=Sign in with the app-specific password you generated. If you forgot the app-specific password or need to create a new one, go to appleid.apple.com, NSLocalizedDescription=Sign in with the app-specific password you generated. If you forgot the app-specific password or need to create a new one, go to appleid.apple.com, NSLocalizedFailureReason=App Store operation failed.}"
) Unable to list providers.)
We are blocked because of this and any help is greatly appreciated.
regards
Prema Kumar
Hi,
Is there an installer for Rosetta? This for M1 machines where it is not connected to internet and launch Intel applications. If there is an installer for Rosetta, we can install Rosetta and launch the Intel based applications.
Hi,
I am unable to mount an iso on macOS 11 Beta 6.
Hi,
We are using the Apple DTK to check our applications compatibility with ARM processor. We have noticed that installation is very slow on this hardware. We use the installers which is created using pkgbuild. Is this a known issue?
Hi,My application was working on macOS 10.15.3. After updating to 10.15.4 Beta 3, application crashes on launch. Following is the information from the crash log.Exception Type: EXC_CRASH (Code Signature Invalid)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYTermination Reason: Namespace CODESIGNING, Code 0x1we have following entitlement associated with our application.<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"> <dict> <key>com.apple.security.automation.apple-events</key> <true/> </dict></plist>Few observations:If I remove this entitlement, application works.If add a second entitlement, application works. We added the following because we believe that is the safest to add as a second entitlement.<<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>com.apple.security.get-task-allow</key> <false/> <key>com.apple.security.automation.apple-events</key> <true/></dict></plist>The same problem happens on Security update Developer Beta 2020-002 for macOS 10.14.6.Could you please help us to identify the root cause of this issue?Our application has zero notarization warnings.regardsPrema Kumar
Hi,I am trying to add the NOTARIZE_PASSWORD entry in keychain to automate the notarization process. I have Mac 10.15.1 and XCode 11.2.1 installed. Following command does not add an entry in the keychain. Could you please help?xcrun altool --store-password-in-keychain-item "NOTARIZE_PASSWORD" -u "user" -p "password"regardsPrema Kumar