My pomo code link is showing offer already expired. I double checked that it isn't expiring until November 2021. Do I need to change a setting? Does it take time for the code to show active?
Search results for
show when run
112,729 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
My plan is to run it as service (using 'sudo launchctl load'). I finally realized that when running as root it complains the root certificate is not trusted (by running SecTrustEvaluateWithError). I decided to delete the root certificate and install it again. I guess there was some bug in the keychain which show it as trusted although it was treated as not trusted. Thanks eskimo for your help.
Topic:
App & System Services
SubTopic:
General
Tags:
Whenever I am trying to run the command dsconfigad -show, it is not returning anything. But I can see that I am connected to a domain in enterprise connect. My Mac version is Monterey(version 12.2). Can anyone solve this issue. Thanks in advance.
My iPhone (running iOS 10) is showing the correct day. But my Apple Watch is showinig yesterdays date. (ex. today Sunday the 17th on iPhone. Saturday 16th on Apple Watch. Anyone else has the same problem?
is there any limit for running apps on my
Running an app on it's intended device, and coding that app to be able to get to that point are two different parts of the overall process. If you want to show someone how an iPad app works on an iPad, of course an iPad is best in that case, however, Apple's IDE/Xcode runs on macOS which runs on a Mac.
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
I have the same app running on both a child ipad and a parent iphone. On the child device, I enable screentime controls (via requestAuthorization(for:)). The on the parent device, I want to be able to monitor the child's apps, so I expect that when I display a FamilyActivityPicker, I would choose from the apps on the child iPad. But instead, when I show FamilyActivityPickeron the parent iPhone, it shows the apps on the parent iPhone and none of the apps on the child iPad. Are there additional configurations steps that I'm missing?
Topic:
App & System Services
SubTopic:
General
Xcode simulator does not show on my MacBook pro M1. I go to Applications, Xcode, right click, contents, Developer, Applications, and then double click on Simulator. It opens the app, it appears in the dock as open, but it does not show the phone I want to.
Hello.I made some changes in xcode 7 to my app (i.e. name change for people, title change, etc.) When I build and run, the simulator won't show the new changes. I have tried everything that I have found on the Internet...clean, delete derived data, reset the simulator, delete the app from the simulator...nothing works. I have to get these changes in iTunes connect soon. My customer needs them. Can anyone help me?
Can u give me tha run down im interested
I am making a swift app supporting multi language ,showing proper language ui according user's phone setting language, I want to launch different screen (showing different image, boot-en.jpg, boot-ja.jpg) according language,i created two LaunchScreen files ,LaunchScreen-en.storyboard and LaunchScreen-ja.storyboard and localize them ,and add a different UIImage to them, then create two InfoPlist.strings file with congfiging .UILaunchStoryboardName = LaunchScreen_en; // UILaunchStoryboardName = LaunchScreen_ja;// and then **config info.plist ** with UILaunchStoryboardName LaunchScreen above all steps ,build and run,hope to see launch screen showing boot-ja.jpg when phone's language is Japanese, showing boot-en.jpg when phone's language is English, but it shows black screen, how to fix this problem, thank you.
Hi, I have a UIBarButtonItem that I create with a UIMenu, and it's added to the navigation bar: self.rightButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd menu: [self createMenuForAddItem]]; self.navigationItem.rightBarButtonItems = @[self.rightButton]; The menu shows fine when a user clicks on the bar button. Now I want to also show this menu programmatically, for e.g if the user opens the app for the 5th time, the menu from the bar button item shows automatically, without the user having to explicitly press the button. How do I achieve this?
Hi, ALL, I'm developing a software using C++/wxWidgets and I hit an interesting wall. Everytime I try to run it from inside Xcode I am experiencing a crash. However, when I try to run it from the Terminal, it executes OK. When I open the Debug Console in its output I see: 2023-01-26 08:47:02.755426-0600 dbhandler[55285:3097440] dynamic_cast error 1: Both of the following type_info's should have public visibility. At least one of them is hidden. 8wxWindow, 12DatabaseType. DatabaseType is a class I made in order to display the dialog and it is located in one of the dylib's my program uses. It does have public visibility, though. My question is - how do I make Xcode run my program successfully, so that I will be able to debug it on Mac? I am running OSX High Sierra 10.13.6 with Xcode 9.4.1. (Trying to find the cause I see that this error is found when the programs are running from Terminal. That is not the case here). Thank you.
For iOS, the replies will only show if your device is running iOS 10.3 or later. Not sure about Mac version tho.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
Hello,I'm currently trying to run an app on Catalina, and I reach a state on Catalina where notifications stop showing entirely. The notifications in my app are managed by a separate XPC service, which uses the NSUserNotification class to create our notifications. However, when I first install it, I see the following message in the console logs:default 09:01:31.467209-0700 NotificationCenter Looking up app info for <xpc identifier>.error 09:01:31.474550-0700 NotificationCenter Failed to find <xpc identifier>. Will check again next time we get a message from app.After choosing to allow notifications from my app. Then, when I try to send myself notifications on the app, I see this:Denying message { message_type: 3, immediate: true, encoded_notification: <data: 0x7f8ffc51bf30>: { length = 1276 bytes, contents = 0x62706c6973743030d4010203040506070a58247665727369... },} from connection <LegacyConnection identifier: <xpc identifier>. type: Application>I know that cons