Hi is it possible to create two arview sessions simultaneously. Since it seems like you cannot do person segmentation and body detection in the same configuration is it possible to create two different arview sessions and run them simultaneously with two different congfigurations. The first arview configuration could be for person segmentation and the second could be for body detection.
Search results for
DTiPhoneSimulatorErrorDomain Code 2
158,680 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Morning,I have in my class this function with parameters.private func sendHttpRequest(request : NSMutableURLRequest , completion : (NSData?, NSURLResponse? , String?) -> ()){}I want to Know how use performSelector to call it. I use Swift 2 IOS9.Thanks
Anyone else getting this error when updating Monterey from Beta 1 to Beta 2: Installation failed. In order to continue installing, you need to be an owner. In the console I'm seeing the following errors for com.apple.preferences.softwareupdate.remoteservice: Failed to get ownership for system : VolumeHasOwners failed: Error Domain=com.apple.OpenDirectory Code=5103 UserInfo={NSUnderlyingError=0x6000025fa250 {Error Domain=com.apple.OpenDirectory Code=5103 UserInfo={NSDescription=}}, NSLocalizedDescription=, NSLocalizedFailureReason=} PrefPane: installDidFinishWithError - MSU_UPDATE_21A5268h_patch_12.0: Error Domain=SUOSUErrorDomain Code=102 Installation failed UserInfo={NSLocalizedDescription=Installation failed, NSLocalizedRecoverySuggestion=In order to continue installing, you need to be an owner.}
I'm planning to publish my paid app (not free). However, I'd like to give my app for free to all my investors. Does it mean they can download my app for free if they use promo codes? The problem is that promo codes are limited to only 100 people! Or should I use offer codes instead, which has like 150,000 codes? What option should I choose, there are many supporters of my app, and I don't want them to pay for it. Thanks!
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
App Store
I was using the code below in Watch OS 1 and it displayed image thumbnails from URLs nicely in table rows. Then in Watch OS 2, it works on the Simularor but not on the Wacth. I have made sure that the call is https to be App Transport Security compliant. I have looked as other suggestions to use NSURLSession (since the Extension is now in the Watch?) but I am not sure how to do that in code that loops through an object to get the data the cells in a table. Any help would be greatly appreciated. for (NSInteger i = 0; i < self.libraryTable.numberOfRows; i++) { NSObject *row = [libraryTable rowControllerAtIndex:i]; NSString *title = self.titles[i]; NSString *description = self.descriptions[i]; NSString *urlString = self.thumbnails[i]; urlString = [urlString stringByReplacingOccurrencesOfString:@http withString:@https]; NSURL *url = [NSURL URLWithString:urlString]; NSData *data = [NSData dataWithContentsOfURL:url]; UIImage *image = [UIImage imageWithData:data]; MyRowController *ordin
Redeem code
Hi,I have two iOS apps that use the AVFoundation framework for speech.Everything works fine. But if I go from one app into the other with the same framework, that app crashes, even if I take the other app out of memory.The two apps are using two different voices as well.While it would be almost impossible for a user to have the two apps on the same device, one never knows :-)Any ideas?Dan Uff
Since Beta 2 came out both paralles and VMware work on a Drive that is converted to APFS...however I am only running windows 10 Virtual machines Not mac virtual machines
I have a Mac mini M1, version 12,5 Beta, with 2 monitors. When I shutdown my monitors for some time, ( for 10 minutes or all night) when I turn on, all the windows are gone to the main screen..... What can I do?? Thanks
Hello I would like to know how to combine 2 animations with RealityKit (one animation for the arms and one for the legs for example) I saw this apple demo that seems to explain it but I don't understand at all how to do it... Thanks
I am a developer, please send me the authentication code!
Topic:
Accessibility & Inclusion
SubTopic:
General
I have an Xcode project with two different targets and presumably the same settings since the second target was copied from the first. However, when I launch the targets, Target 1 has a higher screen resolution than Target 2. The targets share all the same XIB files and source code. I’ve reviewed each target’s settings and confirmed that they are the same.Does anyone know why my targets screen resolutions are different?I’m using Xcode 7.2, deployment target iOS 9, and device family iPhone. The screenshots below were taken in the iPhone 6 simulator. I see the same problem on my iPhone 6 Plus.Target 1 Screenshot: http://i.stack.imgur.com/ba0vQ.pngTarget 2 Screenshot: http://i.stack.imgur.com/NMoPn.png
Hey. I have a form with 2 buttons. Now I would like to have a little space between these two buttons. Exactly like in this example: Does anyone know how to implement this? I appreciate help!
Apple developed Project files from Intro to App Development Lesson 16 on QuestionBot 2 are giving me errors as follows:The project will build and run fine. It will also answer the first question. However, asking a 2nd question causes an error of Thread 1: signal SIGABRT. This is a file straight from the Apple Tutorial. Suggestions?Project files give warnings for depricated code are given as follows: The use of Swift 3 @objc inference in Swift 4 mode is deprecated. Suggestions?Thanks,Mike
I would like to adapt between two different `UIPresentationController`, according to the current trait collection. For example, the two controllers could be `UIPopoverPresentationController` for any traits and a custom `UIPresentationController` for compact horizontal traits (e.g. iPhone).Unfortunately this doesn't seem possible in the latest iOS 8. In particular:You can set a `UIAdaptivePresentationControllerDelegate` to swap out the presentation style, but only permits the standard full screen presentation controller.You can choose which presentation controller to use just before presenting the view controller, but this doesn't actually adapt after presenting when the traits collection changes e.g. in iPad multitasking or orientation change.Any suggestions?CheersGlen LowPixelglow Softwareget.instaviz.com