Post

Replies

Boosts

Views

Activity

Reply to bundle id is missing when creating an app
Hello, I'm encountering same issue with App Store Connect where my registered Bundle IDs are not appearing in the dropdown menu while trying to add a new app. Here are the details of the problem and what I've tried so far: I purchased the Apple Developer Program approximately 30 hours ago (I hope all other people in this thread have it purchased long time ago and this is not an issue) and received all the necessary confirmation emails from Apple. I've registered multiple Bundle IDs through both Xcode and the Apple Developer portal, trying both explicit and wildcard Bundle IDs. When I navigate to App Store Connect to add a new app, the Bundle ID dropdown menu is empty and greyed out, despite the Bundle IDs being registered successfully according to the Developer portal. I've ensured that my browser is not blocking any content and even tried accessing the portal through different browsers, but the issue persists. This seems to be a common issue as I've seen similar reports on the forums, but no definitive solution has been provided. What steps can be taken to resolve this issue? Any advice or guidance would be greatly appreciated, as this is currently a blocker for my app development process. Thank you in advance for your help.
Mar ’24
Reply to Big Sur - LaunchAgents - Load error 5: input/output error
I have the same problem with next pplist [...] XML version etc. <plist version="1.0"> <dict> <key>Label</key> <string>com.atlassian.bamboo</string>&#9;&#9;&#9;&#9;&#9;&#9;<key>UserName</key> &#9;&#9;&#9;&#9;&#9;&#9;<string>dev</string> &#9;&#9;&#9;&#9;&#9;&#9;<key>ProgramArguments</key> &#9;&#9;&#9;&#9;&#9;&#9;<array> <string>/Users/dev/bamboo/bin/start-bamboo.sh</string> </array>&#9;&#9;&#9;&#9;&#9;&#9;<key>SessionCreate</key> &#9;&#9;&#9;&#9;&#9;&#9;<true/> &#9;&#9;&#9;&#9;&#9;&#9;<key>RunAtLoad</key> &#9;&#9;&#9;&#9;&#9;&#9;<true/> &#9;&#9;&#9;&#9;&#9;&#9;<key>KeepAlive</key> &#9;&#9;&#9;&#9;&#9;&#9;<true/> &#9;&#9;</dict> </plist>
Feb ’21