Search results for

show when run

112,674 results found

Post

Replies

Boosts

Views

Activity

TipKit not showing via TestFlight
My TipKit views are showing in Previews, when I run on a Simulator, and on a physical device (running iOS 17 Beta), but if I archive and upload to TestFlight, I do not see them (on devices running iOS 17 Beta)... Anyone else encounter this? I am using the Xcode 15 GM (15A240d). I tried manually adding the framework into the target. I am worried that if I submit for Review it will not show on devices when released... Am I just supposed to trust that it will work via the App Store? 🫣
13
0
2.9k
Sep ’23
iAd not showing in live application
Hi, I am facing a problem for live application. iAd not showing my application. I have used Bannerview for show add. I have done all process as given in iAdworkbench in this link https://developer.apple.com/iad/monetize/. How to show iAd in live application? Do I need any extra setting for that? How to generate revenu from showing iAd.Is it neccesory to run a capaign to show iAd?Please, guide for this issue.Thanks Dhanraj Bhandari.
2
0
832
May ’16
Activity monitor show cpu taking massive load after running simulator from Xcode
As you can see in the image, it seems to coming from the Xcode simulator, specifically, the assets aspect of it. I have around 250 pdf images that totals up to less than 7 MB. I have a MacBook Pro M1 32 GB and for the first time since buying it, the fan starting whirring loud. Any help will be appreciated. Thank you. And also sometimes 2-3 of those AssetCatalogSimulatorAgent pops up.
1
0
1.7k
Dec ’22
Reply to Untraceable SIGABRT: precondition failure: attribute failed to set an initial value: <num>
Run Debug Preview on View A. When clicking Continue, it should show View B. Instead, the terminal shows precondition failure: attribute failed to set an initial value: 578 (the number varies). Then in the editor, it auto navigates to the boiler plate AppDelegate to show the error:class AppDelegate: UIResponder, UIApplicationDelegate { // <- Thread 1: signal SIGABRTFor this purpose View A can be ContentView, so I'll quickly edit the post to allow you to run in a tmp xCode project.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’20
Reply to iOS Simulators not listed as Run Destinations (Xcode 14.3)
It seems that simulators running iOS 13.x and some specific devices runs in Rosetta-mode rather than Apple Silicon. These devices are hidden by default in the latest Xcode version on macs running with Apple Silicon. To be able to use these run destinations in Xcode, open the Product menu -> Destination -> Destination Architectures -> Select Show Both.. Also note that some devices will remain hidden even after enabling this option, for those you'll have to navigate to Window -> Devices and Simulators -> Simulators and then select the device that's hidden. Then select Always on the Show run destination option.
May ’23
Reply to Error Launching 'WatchApp Extension' (Beta 5)
I found a way to run the apps:1. Use the Watch app on the iPhone to turn off showing the app on the watch (uninstalls it).2. Run your iPhone app on the iPhone and quit after it's running.3. Use the Watch app on the iPhone to turn on showing the app on the watch (installs it).At this point, you should be able to run the app on either device and it should be able to communicate between the two apps.This has worked on two apps I haven't been able to get working since Beta 5 came out.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
Reply to Debug console now has too much info
Yes, I have this issue too.It seems to only occur when running on iOS 10 simulator or devices. If I run it on iOS 9 simulators, it doesn't show these logs (and also doesn't attach to the simulator process, but this is another bug). The release notes for Xcode 8 b2 show that it apparently was fixed, but it is still an issue for me.
Jul ’16
Beta doesn't show up in app store
Has anyone run into an issue of beta releases not showing up in the app store updates tab even after running macOSDeveloperBetaAccessUtility (or the public beta version)? In system preferences I have Your computer is set to receive beta updates showing, but app store does not show the latest beta (or any beta) and softwareupdate --list shows no updates available.
17
0
4.7k
Apr ’18
Image not showing on iOS8
Hello, would someone be able to help me with this code please?The image welldone.png shows a blank text field since the iOS8 upgrade?The game plays levels and runs like this:Audio plays: Place dog on chair. > User drags dog on chair > Audio plays: You got it right. Well done. > SMS alert shows image: blank text field shows, but should show the image welldone.png.Here's the code. Sorry for no code tags, but I wasn't sure how to add this on this forum.- (IBAction)showMessage:(id)sender { UIImage *backgroundImage = [UIImage imageNamed:@welldone.png]; self.message = [[KLPAAlert alloc] initWithImage:backgroundImage text:@Well Done]; [[SimpleAudioEngine sharedEngine] preloadEffect:@gotitright.mp3]; [[SimpleAudioEngine sharedEngine] playEffect:@gotitright.mp3]; [self.message show]; [self.view addSubview:self.nextButton]; [self performSelector:@selector(hideAlert) withObject:nil afterDelay:2.0]; }
2
0
315
Jun ’15
showing QLPreviewController in a containerView
I see there is not many answers about quicklook posts I have an IOS app which display items in a QLPreviewController and it works well when I presenty the QLPreviexwController. Now I want to change the presentation: I want a ViewController with 2 viewContainer: One for informations about the object represented by quicklook, and the other with the previewController itself. When I run the nw App, I don’t see the preview in the second viewContainer. The function numberOfPreviewItems is called, but previewItemAt is never called. Do you think it is not possible to show a quicklook item in a viewContainer?
0
0
1.2k
Dec ’22