I have a tv monitor attached to my macbook via hdmi. This was working perfectly until the upgrade. Now, when I link up the tv, it only shows the desktop but none of the apps I am running (Safari, Zwift, Music) although they are showing on the laptop. If I click on system preferences, this opens on the tv but the pointer isnt present on the tv. How do I get the TV to mirror what is on the screen and volume like before?
Search results for
show when run
112,802 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I added a github example. Just run the app with a simulator.https://github.com/seriouscyrus/GLKViewControllerBugGLKView delegate is set and should be working.The output should show the method being called, it does not.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Weirder and weirder. I ran Xcode with the simulator and though the message window looks different than it used to, it at least shows me information. When run with the debug on the watch itself, nothing.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
My app is not showing on iPhone lower than version 13 on Appstore. iPhone with version 13 shows the app availability on App Store. This is my development report. Minimum deployment version is 11 on Xcode. [✓] Flutter (Channel stable, 2.8.1, on macOS 12.1 21C52 darwin-x64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] VS Code (version 1.63.2) [✓] Connected device (1 available)
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
Enterprise
App Store Connect
iOS
Hi there. Just wondering whether the behaviour I'm running into working with table views is a bug or I'm missing something in my implementation.I have an app where I want to selectively apply custom row actions, where an Undo action will only appear for cells who have had their values modified today.Rough code from the editActionsForRowAtIndexPath method follows:if amt > 0 { let undo = UITableViewRowAction(style: .Normal, title: Undo, handler: { action, index in // stuff happens here }) return [undo] } else { return [] }What happens is that if I swipe on one of the cells that should be valid (i.e. amt > 0) the Undo action correctly shows up. When I swipe on a row where the value of amt is equal to 0, it correctly shows no Undo action (small bounce one the swipe action but no options). From then on, the swipe action fails to work on any of the table rows until I reload the app, with not even the small bounce which I see initially for rows for which Undo should not be an option.
I'm working on an app that will support CarPlay.It's an audio app.I'm able to show 2 tabs (favourite and recommended) though I just don't know how to show the Now Playing Tab. I just cannot find any info regarding this. Do I have to manually show it, and the, how do I push? Do I have to do it manually? If so, what's the viewcontroller?
I'm having trouble trying to get my watchkit app to access the calendar. Before, when my phone was running ios 9 beta 3, I would get an alert asking for the app to access the calendar. Now in ios 9 beta 5, the same exact project won't create the privacy alert, so my app can't access the calendar.Specifically this is my code (this is in my watchkit app)if ([store respondsToSelector:@selector(requestAccessToEntityType:completion:)]) { NSLog(@Monkey); [store requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *error) { NSLog(@Banana); /* more code here */ } }Essentially the app now only logs Monkey, but in ios 9 Beta 3 the app would log both Monkey and Banana. Basically the app is refusing to run anything in the block[store requestAccessToEntityType:EKEntityTypeEvent completion:^(BOOL granted, NSError *error)Using breakpoints, the app just skips anything inside the block and the app continues to run. According to the documents I need this code when the app tr
i find a question, when i update a new version app on the app store, The download button on the app store does not prompt for an update,I want to know how to show the update on the appstore.
I had a working version of opengl code that works correctly on macOS 10.13.6 but has stopped working 10.14. The code simply shows me a blank screen. Is it because the opengl api have started to be marked deprecated.
Yeah me too. Running the Apple Metal BasicTexturing sample on an iPad Air 3rd Gen I see the `drawableSizeWillChange` method being called with the correct view size of 1668x2224 and then shortly afterwards with a size of 2965x1251.Glad it's not just me.EDIT: Reported error via Feedback Assistant.P.S. On a related note, any Metal developers here know why the same sample running on macOS 10.15 beta 7 shows the geometry to be broken (second image from GPU Frame Capture showing geometry)?
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi I test our enterprise app with XCUITest I faced issue that consuming a lot of memory, when UI testing runs. it consumes 270GB on Simulator, I can't test it on Real device(it shows message that needs more memory) How I can solve this issue?
The following article shows ways to get around your issue. https://www.swiftdevjournal.com/dealing-with-failed-to-prepare-device-for-development-error-message-in-xcode/ If the workarounds in that article don't work, you will need to find a device running an older version of iOS to run your project on your Mac.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
We are working on a hardware device which will be used as a standalone device with only a wifi connection for servicing. We would like to show all nearby devices in our service application running on iOS and allow the service engineer to connect to it from within the application (so without leaving the application) As I understand correctly the only way this can be done is supporting the Wireless Accessory Configuration (WAC) by joining the MFi program. Before making our hardware MFi ready I would like to know if my assumptions are correct and there is no alternative API which can be used instead. thanks in advance for your answers, Niels
Topic:
App & System Services
SubTopic:
Hardware
Tags:
External Accessory
iOS
Frameworks
Network Extension
I have updated to watchOS 2 and my dynamic notifications will not show, only the static version. Is this a known bug or am I doing something wrong? Everything works fine in the simulator.
Anyone else having a problem with attachments in email? , it will show up just for a second and then a small box and you can't open it. If I put the yahoo app on the phone , I can pull it in. This in with the latest iOS beta and a iPhone 6s Plus. Thanks