Post not yet marked as solved
In case any Apple people checks, there's a Feedback related to this question: FB9987422.
Post not yet marked as solved
One one of my machines I have two expired certificates:
"Apple iPhone Certification Authority" and
"Apple iPhone OS Provisioning Profile Signing"
It expired (UTC +0) Tue, 12 Apr 2022 17:43
(10:43 PDT)
Seems very related...
Post not yet marked as solved
I'm looking for the same answer.
I need to verify that our website can handle an error message correctly when Rosetta isn't installed.
(Related to the Widevine dylib of Chrome not yet being available as Apple Silicon version).
I have found no way to disable Rosetta completely, disable it only for the specific dylib, or uninstall Rosetta.
Only solution so far is to reinstall macOS...
Any advice would be highly appreciated.
Post not yet marked as solved
We also noticed that this behavior changed from 14.2.
Post not yet marked as solved
The issue seems to have been resolved with the Xcode 12.3 release.
Post not yet marked as solved
I'm assuming that this "Known Issue" from Xcode 12.2 release notes is the same as the issue we are discussing here.
Known Issues Simulators may not be available when running command-line tools like simctl or xcodebuild from a non-root LaunchDaemon, or when launching as a different user from the current user (for example, with sudo or launchctl). (62188195) https://developer.apple.com/documentation/xcode-release-notes/xcode-12_2-release-notes
Post not yet marked as solved
Same problem here when building on Jenkins CI.
The jenkins node is launched through a launchd daemon.
/Library/LaunchDaemons/org.jenkins-ci.node.jnlp.plist
<?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>KeepAlive</key>
				<true/>
				<key>Label</key>
				<string>org.jenkins-ci.node.jnlp</string>
				<key>ProgramArguments</key>
				<array>
								<string>/bin/bash</string>
								<string>/Users/user/jenkins/node.jnlp.sh</string>
				</array>
				<key>RunAtLoad</key>
				<true/>
				<key>SessionCreate</key>
				<true/>
				<key>StandardErrorPath</key>
				<string>/Users/user/jenkins/org.jenkins-ci.node.jnlp.stdout.log</string>
				<key>StandardOutPath</key>
				<string>/Users/user/jenkins/org.jenkins-ci.node.jnlp.stderr.log</string>
				<key>UserName</key>
				<string>user</string>
				<key>WorkingDirectory</key>
				<string>/Users/user/jenkins</string>
</dict>
</plist>
Loading this as root gives us the failure as previous posters (Unable to open liblaunch_sim.dylib):
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.node.jnlp.plist
But instead loading without sudo when running as the user specified by UserName everything passes:
launchctl load /Library/LaunchDaemons/org.jenkins-ci.node.jnlp.plist
Though my understanding is that the UserName key will run the script as the same user as my second example.
I just don't have enough understanding of launchd to figure out how to solve the issue...
Post not yet marked as solved
Hi,
I created feedback 7794385 and attached the diagnose file.
Thanks!
Post not yet marked as solved
We are exploring the possibility for the client to switch CDN during the streaming of a live event, like a concert.
We have real time performance monitoring of all clients.
If we we detect that users from a specific ISP will be better served by a different CDN than we want the client to seamlessly switch based on feedback from our backend.
I understand that this isn't really what the "redundant playlists" are for, but just wanted to check.
Post not yet marked as solved
Late reply, but maybe helpful anyway.We have seen cases where in_app ends up empty during an Ask-To-Buy purchase of a consumable product.In those cases it seems to be resolved by using SKReceiptRefreshRequest (https://developer.apple.com/documentation/storekit/skreceiptrefreshrequest in the app to refresh the receipt and try again.
Post not yet marked as solved
Was this in iOS10 or iOS11?Because I was informed that in iOS10 you must use latin alphabet for the assetTitle (It's used in the folder name for the downloaded asset).This was fixed in iOS11.https://forums.developer.apple.com/message/328674#328674
I believe that this is a bug in iOS10 and is fixed from iOS11.In my case I will use romaji in iOS10 and the real title from iOS11.
The same problem is mentioned as a side note here:https://forums.developer.apple.com/message/251742#251742
The title was ばいせんふうけい in kanji.. Can't type it here for some reason...