Search results for

show when run

112,712 results found

Post

Replies

Boosts

Views

Activity

familyActivityPicker only shows apps for parent device
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?
1
0
388
Jul ’24
Simulator Won't Show App Changes
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?
1
0
376
Feb ’16
Program crashing running from Xcode, but succeeds running from Terminal
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.
1
0
632
Jan ’23
Notifications stop showing Catalina
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
0
0
624
Sep ’19
Reply to beta 6 installation problem
This one gave me a black screen - had to force power down. Now About This Mac shows the correct beta version, but the App Store doesn't show that I've installed the package and the package doesn't present itself to be installed. I have no idea what I'm running at this point.
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’16
Reply to I want to get a iPad Pro
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.
Aug ’17
how to show different launch screen for different language
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.
1
0
430
Nov ’24