Merci !
Post
Replies
Boosts
Views
Activity
Thanks for the clarification @Claude31. Not gonna lie, coding has many things to think about to avoid making mistakes 😭
I am now getting the «Return invalid outside of a func» error.
`if index <= devices.count {
print(devices[index])
} else {
return "the array is out of range"
}` @Claude31 @makabaka1880
Thanks @tuskuno. I’ll read it.
I ended up creating a new project, ticked the "create a local repository option" when setting up and don't have any problem. I wasn't too far in the project anyway.
@Claude31 thank you for the suggestion gonna try that
really hope this is the solution cause I'm desperate...