The travis build log is kinda long. Most of the build log looks like this:
▸ Compiling SKYAuthContainer+Facebook.m
⚠️ /Users/travis/build/SkygearIO/skygear-SDK-iOS/Pod/Classes/SKYRecord.h:48:9: parameter 'recordType' not found in the function declaration [-Wdocumentation]
@param recordType Record type of the record.
^~~~~~~
It is likely that the method declaration has changed but the doc is not updated to reflect the parameter name change. I think we can handle this in the housekeeping milestone.
The travis build log is kinda long. Most of the build log looks like this:
It is likely that the method declaration has changed but the doc is not updated to reflect the parameter name change. I think we can handle this in the housekeeping milestone.