When I run my app extension the regular way, everything work just fine for few minutes and I can use the vpn I've configured, but then the extension crashes.When I run the app via xcode instruments, it's not crashing and I can use the vpn as expected.What can cause this weird behavior ? Which error I should look for ?
Search results for
show when run
112,700 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Forgot to add: I expected the shortcut to be run after calling Siri on the simulator and saying Show me my books on MyNewTestApp.
Topic:
App & System Services
SubTopic:
General
Tags:
Thanks for your reply. The route picker presented by the Control Center shows only the iPhone device running the app.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I'm developing in Objective C with Xcode on a Mac exclusively to run on Mac and all of a sudden when I try to run I get the message: a build only device cannot be used to run this target. If I go to the destination folder, the newly built app is there and runs from Finder, I just can't get it to run from within Xcode, which is inconvenient for testing. What setting am I missing or has changed? Up to now I could build and run with no problem.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Hi everyone, Admob is not showing on my iOS app. When I try to find the app from admob setting page, I don’t see the app which is already listed at the store. Do you know any solution? Yusuke
hello. I'm trying to run my app and its keep giving my error massages. Failed to register bundle identifier: The app identifier Joe.Landmarks cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. and also this massage: No profiles for 'Joe.Landmarks' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'Joe.Landmarks'. thanks for the help.
Same issue for us on devices (and simulator) running iOS 13. The No Mail Accounts alert is not showing up. But if we run the app on iOS versions < 13, the alert is displayed. Did you find a solution for this?
Topic:
App & System Services
SubTopic:
General
Tags:
I am having an issue regarding this when running our XCTest cases, where it will show an all white screen instead of the images for the image picker. It only happens when running our automation tests on an M1 and not Intel. We are using XCode 13.2.1.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
It's not the search string and the array is complete and when parseJson() is run it shows all the cells. When I type E it shows less cells when I type n it shows even less cells, when I type f it shows even less cells but when I delete the f it shows 0 cells and when I delete n it again shows 0 cells so I have to delete everything to restart everything. This function shows the number of cells I have displayed. func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int { print(Number of cells:, cPlayerArr.count) return cPlayerArr.count }
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Is there a way to create an Apple TV App that runs on top of all other Apple TV apps? This application would run in the corner of the screen to show workouts while a TV show is playing or other application is running.
When I use Launch Screen.storyboard to show the launch screen, sometimes it does show the startup image. What should I do ?
Learn to code 1 module is not showing the puzzle on the right viewport. I can write commands and run them, but the puzzle viewport is just blue. Skipping through the lessons I can get maybe 5 of the puzzles to show up. When loading the puzzle viewport, playgrounds will automatically try to run code and fail. On the puzzles that show up, it won't try to run code after the initial loading. And the puzzle works just fine. Playgrounds V14.1 MacBook Pro 13-inch Late 2013 model Big Sur OS
Suddenly starting this evening, Xcode is no longer showing my my build scripts or is it showing me any of the other steps such as 'Copy Frameworks'. The left side where it shows line numbers is showing me a jumbled up count. I saved my project and it even overwrote all my scripts, effectively I've lost what I had!!!! Is anyone else seeing this? This is on the public release versions of Xcode and El Capitan.
I have turned on code coverage (before running my unit tests), and clicked on Editor > Show Code Coverage, but the editor does not show the code coverage information along the right side of the editor window. It has appeared intermittantly, but then it will disappear for seemingly no reason. I am able to see code coverage information (the blue percentage bars for each class) in the Coverage tab of the reports navigator, but when I open any class in the editor, the coverage information does not appear along the right side of the window.Any ideas?Thank you!
I am new in Xcode. When I try to practice Swift code to run the code . When I press run its show nothing. I search to solve it through YouTube. But I can't.