UIDocument/Xcode configuration - swift

I am trying to follow this tutorial...
https://www.raywenderlich.com/131668/document-provider-tutorial
I got to this part ...
But I cannot figure out where I find this in Xcode 8.0 which means I get this error message ...
Sorry I am sure this is an easy question? Looking at the finished project, it reconised Note as type, yet I cannot seem to see the class in the starter project!! driving me mad!!!

Bon, you learn something everyday... went thru this six or more times but at last noticed Note.swift missing here from Starter Project Instructions, obvious isn't it, not.

Related

Firebase for iOS app is not working as expected [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
I have been having this issue where I follow all steps to install and run firebase on my app but when I attempt to use it, there is no sign of Firebase working. I create a new profile and even if all the parameters are right, it displays an error. at first I though it was me until I downloaded a working project and tried to create an account on that and it did not connect to firebase. Does anyone here have an idea of what i should do?
note: I followed all steps on firebase's site and I even linked a project but it seems the feature to test connection is no long there.
Completed**** After some struggle i took everyones advice and i instead re-did the project following the same steps. it seems as if i had deleted the pod file at the beginning creating connection issue and it seems to have solved everything. I apologize for the vagueness of everything but being new i wasnt sure how else to explain myself. thank you to everyone who had helped!
As #jnpdx mentioned in the comments, it is very difficult for others to know what the exact issue is without more information.
However, I'll take a stab in the dark. Since you tried with a working project and it still didn't work, I'd say it's not related to your code. You are probably missing a step that was described in the Firebase Docs. I would re-read them, paying close attention to the authentication section, and hopefully you will find the step you are missing. It could be something as simple as not enabling a certain authentication provider, or forgetting to add the GoogleService-Info.plist file into your project (if you're using Google Sign-in).
Best of luck.

Deploying solution with mulitple windows forms projects

I apologize if this has been answered in another post, I can't seem to find it if it has. Anyway, I have built a back end utility for a fellow streamer friend of mine but I can't seem to figure out what I'm doing wrong when it comes to deploying it. This is a project that will be expanded on in the future, and possibly have more windows form projects. So here is what I am running into (With Pictures):
Here is my solution explorer with the projects:
When I go to build the deployment I've tried making all the projects "outputs" and got this error. Thinking it was there were too many Project Outputs I changed it to where the startup project would be the output and the others would be either source or content files. Still got these errors. Here is the File System Setup:
And when I go to run the build to create the deployment, here are the errors I receive:
I don't know/don't see what I am doing wrong here and would very much appreciate a point in the right direction. Thank you all so much in advance.
Check your updates. I remember there is an option to review or check the status of latest updates.
I found this article about that issue but it looks like a general error with updates or the installation
It is not too long but maybe it does not help. I hope it helps, good luck

Swift Metal Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED BERT Model

I've recently been working on an app where a user can ask questions about a text and the app will print out the answer. For that, I used the Apple Finding Answers to Questions template, which is powered by BERT. This template worked just fine, until yesterday when it always printed out the error message:
Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
when executing the BERT inference code:
let answer = self.bert.findAnswer(for: searchText, in: detail.body)
I haven't changed anything of the code, so this seems like a bug, does anyone know how to solve it or did anyone have similar problems?
I was able to resolve the issue by cleaning my build folder, therefore this issue seemed to be caused by corrupted cache files.

'Parse/ParseClientConfiguration.h' file not found

I am trying to make a project using Parse. My project used to work before Swift 3.0 update. Yesterday I decided to upgrade my project code to Swift 3.0. I also updated Parse to its latest version which I used pods to do it. I get these 2 errors which I couldn't find a solution to. I deleted Parse and then reinstalled again using Pods but that didn't fix the problem.
(Can't post pictures because I don't have enough reputation :/)
(Can't post more than 2 links too :/)
Error #1:
http://i.imgur.com/oeGeU2V.png
Error #2:
http://i.imgur.com/urYEWxk.png
Proof of having the required file:
These are the 2 errors that I am encountering right now. When I remove the ParseClientConfiguration.h I also get the same error twice.
Error #1 twice:
While answering keep in mind that I am not a very experienced programmer. You may have to explain some parts more detailed. If you need more information I would gladly provide them.
Deleting "Derived Data" solved my problem.
How to delete "Derived Data":
https://stackoverflow.com/a/39495772/7188022
Most likely you ran into this, because you ignored
"From now on you’ll open the workspace file instead of the project file"
like I did.
A single line, which can easily bee overseen at the Install Guide

Unknown warning [duplicate]

I have two warnings for my project in xcode, both don't stop the app running but I want to make sure I build without any warnings.
I recently removed Flurry from my app, and libsimulate and I can't get these messages to stop appearing despite spending many hours searching for answers on StackOverflow and Google.
I know it must be a simple problem to solve. Here is an image to help you understand:
In the project or target build settings, search for libsimulate. It's being passed as an argument to -L somewhere in there, likely by Library Search Paths; edit it out. Then do the same for FlurryLib.