Build fails because of compiler warnings
We're using TeamCity to build our iOS apps. Last week we did an MacOS (10.12.4) and xcode (8.3.2) update on our build machine. Right after that one of the projects started to show build errors. (shown below) The errors occur in the compile phase of used frameworks. In this case ADALiOS. The build runs through all the tests but fails nonetheless because of the CompileC errors. If we build the app with xcode, there are only compiler warnings shown for the ADALiOS framework. But TeamCity treats them as errors. Before the update the build worked just fine.
Any help would be greatly appreciated. Thanks.
Compilation error: CompileC
Open in IDE
@param: error: Can be nil. If this parameter is not nil and an error occurred, it will be set to
^
@param: authenticateHeader: the http response header, containing the authentication parameters.
^
@param: error: Can be nil. If this parameter is not nil and an error occurred, it will be set to
^
@param resourceUrl: address of the resource.
^~~~~~~~~~~~
/Users/admin/Downloads/buildAgent/work/6eaf5e2781d61083/Pods/ADALiOS/ADALiOS/ADALiOS/public/ADAuthenticationParameters.h:69:9: note: did you mean 'resourceUrl'?
@param resourceUrl: address of the resource.
^~~~~~~~~~~~
resourceUrl
@param completionBlock: the callback block to be executed upon completion.
Please sign in to leave a comment.
Hi! Would you have a build log of both before, and after the upgrade? Could you send them to us via the "Submit a request" button, please?
Hi. It seems that the build logs of the old successful builds got removed already. If it helps I could send an actual build log?
The idea would have been to compare between the two, but it's possible that the issue is displayed on the single build log, so definitely it would be better than not having it.
OK. Thanks. I've submitted a request with the build log attached.