File lost in Xcode

Asked

Viewed 151 times

1

When I copy a Swift file and paste it from my folder, it does not appear in Xcode.

xCode

Pasta com arquivos

  • 1

    I never used the Xcode but just paste is not enough, you have to include in the project.

  • found here, click on the project printer > Add Files to "-"

  • sorry the stupid question xD, is that some platforms need not include as for example android studio, as I saw no place to give include thought it was some bug...

1 answer

2


In general Ides organize projects internally and to add a file to the project you need to do perl IDE, you cannot just paste into the project folder.

It is questionable for an IDE to monitor the folder to add a file pasted there automatically.

In the case of Xcode is next to the creation of the project, Add Files To:

xCode Add Files To

Browser other questions tagged

You are not signed in. Login or sign up in order to post.