Our app has NSFileProviderExtension implementation. And we were able to paste documents into the app's folder inside Files app. But in iOS 16 devices, we are not able to paste anything. After clicking on paste option, Error is coming as "The operation can't be completed" (screenshot attached).
In code, importDocumentAtURL function in NSFileProviderExtension subclass is not getting called.
Are there any new changes in file provider api? What could be the reason for this issue? Please help.
Related
Hey I wanted to connect Ios App to Firebase, I did everything like in the documentation on the website but when I do the last step and want to run the App to connect with the firebase server, it is crashing and this message comes: Thread 1: Exception: "`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/."
But Why? I have it downloaded and integrated into my project, everything looks like in all the tutorials but it's not working...
And when I open the old blue Xcode project it is throwing this error:
Here are the references of the new white project, you can see that I have everything:
I would be really thankful if someone could help me! I just want to go ahead and work on the app:(
The error clearly says that it could not find a valid GoogleService-Info.plist , rename your file from GoogleService-Info-2.plist to GoogleService-Info.plist and then it should work.
I'm running an app in the emulator and am somehow getting the generic error message "Error - Try Again" shown below.
In order to debug this, I would like to locate the UIView corresponding to the "Error" button. Previously, I've worked on the backend for a React Native app and there was the Inspector (cf. https://facebook.github.io/react-native/docs/debugging) with which you could locate React elements in the code.
As far as I can tell from the Help -> Simulator Help menu (see below), there is no such functionality for iOS, or am I missing something?
The feature you're looking for is not officially supported by apple, but there's an awesome tool named Sherlock that enables such functionality on iOS simulator.
It injects itself into the iOS Simulator so that it can monitor views and adjust them in real time and lets you jump into the file related to the view you want to from the simulator.
You can inspect any app in the simulator, including system apps and dynamically change their UI elements!
A project was working normally, but after i updated xcode to its latest version, i began having this error everytime i want to run the project on a real device :
The file could not be opened becuase you dont have permission to view it.
i tried all the solutions in this link: Error while build project xcode says : "you don't have permission"
but nothing worked, and the error is still there.
any idea what happened?
thanks
If the project you download from the internet don't have the Executable file can make this.Last time ,I use the fllow method to solve it.
Open info.plist
Check the key "Executable file"'s value,its value should be this ${EXECUTABLE_NAME}.
clean->build->run
So when i changed it ${EXECUTABLE_NAME} this value then successfully.
I have created my own DocumentPickerExtensionViewController and want to be able to open it up in the Excel app on iOS.
In the office app I press Open -> ... More -> Locations and choose my extensions name.
But after about two seconds of loading a dialog pops up saying "The document picker ... failed to launch (0)".
I can't find anything about this error when Googling. Does anyone know what I might have done wrong?
I found the solution. I tried creating a new test app and document provider with Xcode which worked out of the box. I realised that Xcode was creating a Document Provider project as well as a File Provider project and what I was missing in my Xamarin project was the File Provider since I won't be using iCloud.
After adding a File Provider project I no longer got an error message.
Im trying to submit my app to the app store, but am receiving the following errors (see image)
I originally was going to make this an iPad and iPhone app, but eventually decided to just go with iPhone. It appears that my project is still making a reference to my iPad nib file, which i thought id deleted.
I can't find any reference to it in my .plist file (screenshot attached).
Can anybody suggest why I'm getting this error still, and how i go about fixing it.
I found the solution to by problem - in the project navigator, all my files were sitting in a folder named "iPad" and for whatever reason, iTunes Connect didn't like this.