Posts

Post not yet marked as solved
1 Replies
0 Views
In case any Apple people checks, there's a Feedback related to this question: FB9987422.
Post not yet marked as solved
65 Replies
0 Views
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
12 Replies
0 Views
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
3 Replies
0 Views
We also noticed that this behavior changed from 14.2.
Post not yet marked as solved
17 Replies
0 Views
The issue seems to have been resolved with the Xcode 12.3 release.
Post not yet marked as solved
17 Replies
0 Views
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
17 Replies
0 Views
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> &#9;&#9;&#9;&#9;<key>KeepAlive</key> &#9;&#9;&#9;&#9;<true/> &#9;&#9;&#9;&#9;<key>Label</key> &#9;&#9;&#9;&#9;<string>org.jenkins-ci.node.jnlp</string> &#9;&#9;&#9;&#9;<key>ProgramArguments</key> &#9;&#9;&#9;&#9;<array> &#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;<string>/bin/bash</string> &#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;<string>/Users/user/jenkins/node.jnlp.sh</string> &#9;&#9;&#9;&#9;</array> &#9;&#9;&#9;&#9;<key>RunAtLoad</key> &#9;&#9;&#9;&#9;<true/> &#9;&#9;&#9;&#9;<key>SessionCreate</key> &#9;&#9;&#9;&#9;<true/> &#9;&#9;&#9;&#9;<key>StandardErrorPath</key> &#9;&#9;&#9;&#9;<string>/Users/user/jenkins/org.jenkins-ci.node.jnlp.stdout.log</string> &#9;&#9;&#9;&#9;<key>StandardOutPath</key> &#9;&#9;&#9;&#9;<string>/Users/user/jenkins/org.jenkins-ci.node.jnlp.stderr.log</string> &#9;&#9;&#9;&#9;<key>UserName</key> &#9;&#9;&#9;&#9;<string>user</string> &#9;&#9;&#9;&#9;<key>WorkingDirectory</key> &#9;&#9;&#9;&#9;<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
2 Replies
0 Views
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
21 Replies
0 Views
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
1 Replies
0 Views
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