Any updates to the source code? It's now iOS 11 and Xcode 9 but I cannot run the source code at all.
Hundreds of errors keep piling up when I tried to build it.
I tried building it with Xcode 7 but there're more than 200 warnings suggesting the C-style statements will be removed in Swift 3.
我也搜索了网上喜欢Github我f there're projects that people have built with an updated version of the source code but nothing at all.
Any help? Really hope you could provide an updated source code.
Device:
Hi pureform,
The new code for the IoT has not been released yet, but its expected soon since its about to go through QA, but i dont have a release date yet. Regarding the allready released code for the IoT, the code should build on the Xcode 7 despite the warnings, this is something that we are aware off.
Thanks MT_Dialog
Thanks for the help.
I could run the app on Xcode 7 now.
Trying to put your code in a new project. After copy & pasting all the files to the new project, an error suggests that "'Dialog_IoT_ios-Swift.h' file not found".
I tried to search in Finder even for my whole computer but the file with that name does not appear in the search result.
I have turned on to show hidden folders on mac just in case.
Hi pureform,
As far as our apps phone guy informed me, this is a file generated by the xCode, you should change it in-Swift.h where Project is your project.
Thanks MT_dialog