Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

163,128 results found

Post

Replies

Boosts

Views

Activity

Its been two weeks in Waiting for review
Hello two weeks ago i changed the state of the application to waiting for review in iTunesConnect. And exactly one week later, they rejected the app cause of the app rating was 9, and they wanted me to change it to 12. I did that and changed the state to waiting for review in the next two mintues. And after that its going to be one week. I didnt understand, I didnt upload a new build, why its taking much to time fo review board to analyse my app.Really sad. Is it cause halloween holidays ?? I wonder.
0
0
255
Nov ’15
NSTextAttachment lagging in textkit 2
I have an attributedString with 100 NSTextAttachments(contains image of 400kb). When i scroll the textview, it is lagging, When i did the same in textkit 1, it is butter smooth. It can be because of how textkit 1 & 2 layout the elements. let attachment = NSTextAttachment() attachment.image = UIImage(named: image2) let attachmentString = NSAttributedString(attachment: attachment) let mutableAttributedString = NSMutableAttributedString(attributedString: textView.attributedText) for _ in 0...100 { mutableAttributedString.append(NSAttributedString(string: n)) mutableAttributedString.append(attachmentString) } textView.attributedText = mutableAttributedString How to handle images in textkit 2 so that it feels smooth while scrolling textview?
1
0
543
Feb ’25
Reply to Display the UIColor from func RGB of an image
I'm not sure I can update your code in any meaningful way, because I don't understand completely what you're trying to achieve. It sounds like you have 2 parts to this: Write an array of colors to backing storage. Retrieve one of those colors to display in the UI. You can't really combine those into a single step, so I suggest that you revise your code to reflect these two different parts more directly. Once you've done that, it should be clearer to you what code you should write.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’22
Reply to Error with Download Container on iPadOS17 and Xcode15
Same here Xcode 15.2 iOS 17.4 Performing a file system operation failed: Failed to open Library/WebKit/WebsiteData/IndexedDB/v0 for reading, openat(2) returned POSIX error code 62 (parentParam = 142) Domain: com.apple.dt.remoteservices.error Code: 11001 Failed to open Library/WebKit/WebsiteData/IndexedDB/v0 for reading, openat(2) returned POSIX error code 62 (parentParam = 142)
Apr ’24
TextureResource.DrawableQueue broken in VisionOS 2?
I have an input texture in a ShaderGraphMaterial. I use .replace(withDrawables:) to replace the texture with a drawable queue. When I present drawables to this queue, nothing happens in VisionOS 2. The drawables are not presented, I can't get any more via nextDrawable() because the unpresented ones are holding things up. This is with both bgra8Unorm_srgb and rgba16float formats. I have confirmed the material applied to my object has the modified texture resources on them. It was working in VisionOS 1.2. What changed in VisionOS 2 to cause this?
3
0
831
Jun ’24
rendering the multiplication of two sinusoidal vibrations
Is it possible to render the multiplication of two sinusoidal vibrations as sin(2 * pi * 8 * t) * sin(2 * pi * 200 * t) in .AHAP format or any other methods? So far, we've made 200Hz vibration using .AHAP by controlling HapticSharpnessControl to about 0.9, and modulated its envelope by 1) controlling HapticIntensity/HapticIntensityControl or 2) ParameterCurve, but both of approaches generate ABS[sin(2 * pi * 8 * t)] * sin(2 * pi * 200 * t) that is different to our intention.
0
0
746
Jun ’22
Reply to What is matchingSignature in LibraryItem
I've played with this a little bit and have a few guesses. My first is that the code was copy-pasta from Snippets, where a matching signature is used for code completion. To look at this yourself put a simple statement somewhere in code, select it, contextual popup menu > create code snippet. Edit the completion (for example, to snozzleberry). Then type snozzleberry in code and it will automatically update itself to the original statement. In such a case, the matching signature is the custom completion. My second guess is that it should work exactly like snippets do but for modifiers, where base is used for in-place substitutions but it hasn't been finished yet. If so, you can have your matchingSignature be snozzleberry, and if your code is base.setWidth(2 * base.size), then it would modify with the two base substitutions.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’20
Its been two weeks in Waiting for review
Hello two weeks ago i changed the state of the application to waiting for review in iTunesConnect. And exactly one week later, they rejected the app cause of the app rating was 9, and they wanted me to change it to 12. I did that and changed the state to waiting for review in the next two mintues. And after that its going to be one week. I didnt understand, I didnt upload a new build, why its taking much to time fo review board to analyse my app.Really sad. Is it cause halloween holidays ?? I wonder.
Replies
0
Boosts
0
Views
255
Activity
Nov ’15
NSTextAttachment lagging in textkit 2
I have an attributedString with 100 NSTextAttachments(contains image of 400kb). When i scroll the textview, it is lagging, When i did the same in textkit 1, it is butter smooth. It can be because of how textkit 1 & 2 layout the elements. let attachment = NSTextAttachment() attachment.image = UIImage(named: image2) let attachmentString = NSAttributedString(attachment: attachment) let mutableAttributedString = NSMutableAttributedString(attributedString: textView.attributedText) for _ in 0...100 { mutableAttributedString.append(NSAttributedString(string: n)) mutableAttributedString.append(attachmentString) } textView.attributedText = mutableAttributedString How to handle images in textkit 2 so that it feels smooth while scrolling textview?
Replies
1
Boosts
0
Views
543
Activity
Feb ’25
Reply to Display the UIColor from func RGB of an image
I'm not sure I can update your code in any meaningful way, because I don't understand completely what you're trying to achieve. It sounds like you have 2 parts to this: Write an array of colors to backing storage. Retrieve one of those colors to display in the UI. You can't really combine those into a single step, so I suggest that you revise your code to reflect these two different parts more directly. Once you've done that, it should be clearer to you what code you should write.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to Error with Download Container on iPadOS17 and Xcode15
Same here Xcode 15.2 iOS 17.4 Performing a file system operation failed: Failed to open Library/WebKit/WebsiteData/IndexedDB/v0 for reading, openat(2) returned POSIX error code 62 (parentParam = 142) Domain: com.apple.dt.remoteservices.error Code: 11001 Failed to open Library/WebKit/WebsiteData/IndexedDB/v0 for reading, openat(2) returned POSIX error code 62 (parentParam = 142)
Replies
Boosts
Views
Activity
Apr ’24
App "In Review" for two weeks
Hi,My app has been In Review for two weeks. What should I do?I tried going to the Resolution Center, but can't find any way there to send Apple a message.
Replies
3
Boosts
0
Views
972
Activity
Dec ’18
running two versions of XCode
Hi,This used to be simple, but how does one install two versions of XCode on one computer? I have 7, and I need to install 7.1 for beta testing.Thanks,Dan Uff
Replies
3
Boosts
0
Views
472
Activity
Sep ’15
Reply to Problem when register apple developer
Step 1. Login on developer.apple.com (important!)Step 2. Go to e-mail and click to Activation Code linkSper 3. Insert Activation Code in textField
Replies
Boosts
Views
Activity
Oct ’16
Reply to apple developer product activation code
Step 1. Login on developer.apple.com (important!)Step 2. Go to e-mail and click to Activation Code linkSper 3. Insert Activation Code in textField
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’16
TextureResource.DrawableQueue broken in VisionOS 2?
I have an input texture in a ShaderGraphMaterial. I use .replace(withDrawables:) to replace the texture with a drawable queue. When I present drawables to this queue, nothing happens in VisionOS 2. The drawables are not presented, I can't get any more via nextDrawable() because the unpresented ones are holding things up. This is with both bgra8Unorm_srgb and rgba16float formats. I have confirmed the material applied to my object has the modified texture resources on them. It was working in VisionOS 1.2. What changed in VisionOS 2 to cause this?
Replies
3
Boosts
0
Views
831
Activity
Jun ’24
Reply to Trailing closure passed to parameter of type 'FormStyleConfiguration' that does not accept a closure
Also my code starts with 2 cups of coffee instead of just one. Not sure why its doing this.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
rendering the multiplication of two sinusoidal vibrations
Is it possible to render the multiplication of two sinusoidal vibrations as sin(2 * pi * 8 * t) * sin(2 * pi * 200 * t) in .AHAP format or any other methods? So far, we've made 200Hz vibration using .AHAP by controlling HapticSharpnessControl to about 0.9, and modulated its envelope by 1) controlling HapticIntensity/HapticIntensityControl or 2) ParameterCurve, but both of approaches generate ABS[sin(2 * pi * 8 * t)] * sin(2 * pi * 200 * t) that is different to our intention.
Replies
0
Boosts
0
Views
746
Activity
Jun ’22
Reply to What is matchingSignature in LibraryItem
I've played with this a little bit and have a few guesses. My first is that the code was copy-pasta from Snippets, where a matching signature is used for code completion. To look at this yourself put a simple statement somewhere in code, select it, contextual popup menu > create code snippet. Edit the completion (for example, to snozzleberry). Then type snozzleberry in code and it will automatically update itself to the original statement. In such a case, the matching signature is the custom completion. My second guess is that it should work exactly like snippets do but for modifiers, where base is used for in-place substitutions but it hasn't been finished yet. If so, you can have your matchingSignature be snozzleberry, and if your code is base.setWidth(2 * base.size), then it would modify with the two base substitutions.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’20
Location problem in watchOS 2?
How odd. I'm at WWDC, but watchOS 2 think I'm in the South Atlantic Ocean! My iOS9 iPhone 6 is still convinced I'm in San Francisco though...
Replies
5
Boosts
0
Views
919
Activity
Jun ’15
macOS 10.12.5 Beta 2
When you click on the Release Notes link for macOS 10.12.5 beta 2 it takes you to iOS 10.3.2 beta release notes @ http://adcdownload.apple.com/Documentation/Beta_Release_Notes_Apr_10_2017/iOS_10.3.2_beta_2_Release_Notes.pdf
Replies
3
Boosts
0
Views
1.1k
Activity
Apr ’17
MetalKit masking two quads
Hello, I have two quads with different vertex coordinates. How can I multiply the first quad color to mask components like Red or blue or green from the second quad color.
Replies
11
Boosts
0
Views
1.1k
Activity
Aug ’21