Free Republic
Browse · Search
General/Chat
Topics · Post Article


1 posted on 03/05/2021 4:01:55 PM PST by Beowulf9
[ Post Reply | Private Reply | View Replies ]


Navigation: use the links below to view more comments.
first 1-2021-27 next last
To: Beowulf9

sometimes it be like that


2 posted on 03/05/2021 4:06:14 PM PST by Repeal The 17th (Get out of the matrix and get a real life.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

Are you running the current version of iOS? Are you signed into iCloud, and do you have storage enabled?


3 posted on 03/05/2021 4:08:31 PM PST by dinodino ( )
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

Just do a screen capture instead.
You could also try copying the link, then paste into a new browser window before you save. If you try to save a photo from some websites like Flickr like that, they won’t let you do it if the owner of the photo limits usage rights.


4 posted on 03/05/2021 4:11:31 PM PST by smokingfrog ( sleep with one eye open (<o> --- )
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9; Gamecock; SaveFerris; PROCON; mylife; Rebelbase

(NSCocoaErrorDomain512)

Try “Bosco”

Or “Ovaltine”

Otherwise, I got nothing.


6 posted on 03/05/2021 4:12:51 PM PST by Larry Lucido (Donate! Don't just post clickbait!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

How do you right-click on an iPad?

What are the properties of the file you’re trying to save: jpg, gif, png?


7 posted on 03/05/2021 4:13:49 PM PST by FoxInSocks ("Hope is not a course of action." -- M. O'Neal, USMC)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

https://discussions.apple.com/thread/251742991


9 posted on 03/05/2021 4:14:26 PM PST by Arones (People say "this is not who we are." Have you not turned on the tv since Memorial Day? -Mark Steyn)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

This may help.

https://developer.apple.com/documentation/swift/cocoa_design_patterns/about_imported_cocoa_error_parameters

About Imported Cocoa Error Parameters
Learn how Cocoa error parameters are converted to Swift throwing methods.
On This Page

Overview
See Also
Overview
In Cocoa, methods that produce errors take an NSError pointer parameter as their last parameter, which populates its argument with an NSError object if an error occurs. Swift automatically translates Objective-C methods that produce errors into methods that throw an error according to Swift’s native error handling functionality.

Understand How Error Parameters Are Imported
Swift examines Objective-C method declarations and translates them into Swift throwing methods, with shorter names when possible.

For example, consider the removeItem(at:) method from FileManager. In Objective-C, it’s declared like this:

- (BOOL)removeItemAtURL:(NSURL *)URL
error:(NSError **)error;
In Swift, it’s imported like this:

func removeItem(at: URL) throws
Notice that the removeItem(at:) method is imported by Swift with a Void return type, no error parameter, and a throws declaration.

If the last non-block parameter of an Objective-C method is of type NSError **, Swift replaces it with the throws keyword, to indicate that the method can throw an error. If the Objective-C method’s error parameter is also its first parameter, Swift attempts to simplify the method name further, by removing the WithError or AndReturnError suffix, if present, from the first part of the selector. If another method is declared with the resulting selector, the method name is not changed.

If an error producing Objective-C method returns a BOOL value to indicate the success or failure of a method call, Swift changes the return type of the function to Void. Similarly, if an error producing Objective-C method returns a nil value to indicate the failure of a method call, Swift changes the return type of the function to a nonoptional type.

Otherwise, if no convention can be inferred, the method is left intact.

Note

You use the NS_SWIFT_NOTHROW macro on Objective-C method declarations that produce an NSError to prevent it from being imported by Swift as a method that throws.


11 posted on 03/05/2021 4:16:51 PM PST by Larry Lucido (Donate! Don't just post clickbait!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

Best Buy geek squad subscription is worth the $100 a year. Some kid will most likely fix it for you and explain how it works or if its because you storage is full they can fix that too


12 posted on 03/05/2021 4:17:53 PM PST by KTM rider (Expatriated at home by no choice of my own)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

As the alien said to Betty Hill: If you don’t know where you are on the star map, what good would it do to show you where I am from?

I envy your use of the Ipad for 3 years without knowing much about it, but I think it’s time to get the geek squad subscription.


20 posted on 03/05/2021 4:23:17 PM PST by Williams (Stop Tolerating The Intolerant)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

YOU CAN CALL APPLE AND THEY WILL YELL YOU HOW TO FIX IT.
OR, AT LEAST THEY ALWAYS WOULD!


21 posted on 03/05/2021 4:23:18 PM PST by BunnySlippers (I Love BULL MARKETS!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

Steve Jobs says you don’t NEED to save internet pictures on you Apple products.


23 posted on 03/05/2021 4:26:05 PM PST by norwaypinesavage (The stone age didn't end because we ran out of stones.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

Are you logged on? Is your machine plugged in to recharge?


25 posted on 03/05/2021 4:27:15 PM PST by LurkedLongEnough
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

Try saving the picture as a different filename than the one you’ve been choosing. If you can’t try saving it to your Desktop and then move it to the folder where you want to save it.


28 posted on 03/05/2021 4:30:11 PM PST by VeniVidiVici (Biden's favorite word: What?)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

https://stackoverflow.com/questions/14248757/error-domain-nscocoaerrordomain-code-512-the-operation-couldn-t-be-completed-th

The problem is caused by creating a directory with the name of the image, then trying to write a file in place of the directory. In other words, you are first creating a directory named:

Documents/girl.png/

then you try to write a file to the path:

Documents/girl.png


30 posted on 03/05/2021 4:32:24 PM PST by linMcHlp
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9
How to get rid of error message

Step 1. Drive to a nearby park, waterway or lake.
Step 2. Gaze upon the beauty of the landscape.
Step 3. Gripping your Ipad tightly, spin around and around like a discus thrower and hum that discombobulated dysfunctional piece of junk into the water and watch it sink.

33 posted on 03/05/2021 4:35:03 PM PST by BipolarBob (Biden/Harris - the regime our Founding fathers warned us about.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9; VeniVidiVici

What VeniVidiVici said in reply 28


35 posted on 03/05/2021 4:36:36 PM PST by linMcHlp
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

You may not be able to save the image from your google search. Use the link in your search to go to the page where the pic originated and try saving from there.

If the pic is not on that link anymore, it could be why you can’t save it.


36 posted on 03/05/2021 4:37:47 PM PST by fruser1
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

Be glad it is not an error massage.


37 posted on 03/05/2021 4:37:51 PM PST by Scrambler Bob (This is not /s. It is just as viable as any MSM 'information', maybe more so!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

It means the app you are using is doing something wrong. If it is Chrome, uninstall it and then reinstall from the App Store.


42 posted on 03/05/2021 4:41:10 PM PST by IndispensableDestiny
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Beowulf9

I can’t help you with this problem, but as a non-tech savvy person, I have found that the best place to learn how to do things with my phone or with my notebook is on YouTube. You can find great people explaining and demonstrating using words even I can understand.


54 posted on 03/05/2021 4:55:17 PM PST by Bigg Red (Trump will be sworn in under a shower of confetti made from the tattered remains of the Rat Party.)
[ Post Reply | Private Reply | To 1 | View Replies ]


Navigation: use the links below to view more comments.
first 1-2021-27 next last

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson