This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

iOS nRF toolbox Xcode 10.2.1 compile errors

Hi, we have the latest Xcode installed on our new development Mac (up to date iOS too).

When we downloaded the iOS nRF toolbox from git hub today we get errors when compiling.

For example: 

Type 'EVObject' does not conform to protocol 'EVReflectable'

Do you have any idea what we are doing wrong or missing here?

I have attached a screen shot.

Thanks Ian

Parents
  • Hi Ovrebekk,

    unfortunately we're not familiar with Swift. It turns out that your code worked in Swift 4.2 and stopped working with Swift 5.0. Also I don't know why there is no backward compatibility as I think 5.0 has the 4.2 compiler option so I assume it might be a library issue.

    The Blink app is not going to work unless it uses UART communications?

    When do you think you'll have resources to updated it?

    Could you ask your developers just to assess what the issue is and what needs updating?

    If we know this we might be able to find our own resources locally to update it.

    Thanks

    Ian 

Reply
  • Hi Ovrebekk,

    unfortunately we're not familiar with Swift. It turns out that your code worked in Swift 4.2 and stopped working with Swift 5.0. Also I don't know why there is no backward compatibility as I think 5.0 has the 4.2 compiler option so I assume it might be a library issue.

    The Blink app is not going to work unless it uses UART communications?

    When do you think you'll have resources to updated it?

    Could you ask your developers just to assess what the issue is and what needs updating?

    If we know this we might be able to find our own resources locally to update it.

    Thanks

    Ian 

Children
Related