Xcode 9b5 : Could not insert outlet

Hi there,


I am having an issue with the new Xcode 9 beta 5 released yesterday, it could not even see my own class when I open the assistant editor under Automatic section, and it could not insert any outlet inside my code neither :/


This looks like as a reccuring problem on every beta :/


Anyone have an idea to resolve this issue ?


Thanks in advance 🙂


Kind regards,

Replies

You could, from simplest to hardest:

- declare the outlet in code and control drag to the object in IB

- perform Clean Build Folder

- copy the content of the old file in an editor, delete the old file, create a new file and paste the content of the old file inside; perform Clean Build Folder again