Github user weex-bot commented on the issue:
https://github.com/apache/incubator-weex/pull/215
<table>
<thead>
<tr>
<th width="50"></th>
<th width="100%" data-danger-table="true" data-kind="Error">
4 Errors
</th>
</tr>
</thead>
<tbody>
<tr>
<td>:no_entry_sign:</td>
<td data-sticky="false"><strong><a
href="https://github.com/fkysly/incubator-weex/blob/e5d16de758b6ee97cd0c834dfa718d88e5f21003/ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m#L50">ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m#L50</a></strong>:
incompatible pointer types sending âNSNumber *â to parameter of type
âNSIndexPath * _Nullableâ [-Werror,-Wincompatible-pointer-types] <br
/><code>
[_headerToIndexTable setObject:@(idx)
forKey:controller.headerComponent];
</code></td>
</tr>
<tr>
<td>:no_entry_sign:</td>
<td data-sticky="false"><strong><a
href="https://github.com/fkysly/incubator-weex/blob/e5d16de758b6ee97cd0c834dfa718d88e5f21003/ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m#L50">ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m#L50</a></strong>:
incompatible pointer types sending âWXHeaderComponent *â to parameter of
type âWXCellComponent * _Nullableâ [-Werror,-Wincompatible-pointer-types]
<br /><code>
[_headerToIndexTable setObject:@(idx)
forKey:controller.headerComponent];
</code></td>
</tr>
<tr>
<td>:no_entry_sign:</td>
<td data-sticky="false"><strong><a
href="https://github.com/fkysly/incubator-weex/blob/e5d16de758b6ee97cd0c834dfa718d88e5f21003/ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m#L114">ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m#L114</a></strong>:
incompatible pointer types sending âWXHeaderComponent *â to parameter of
type âWXCellComponent * _Nullableâ [-Werror,-Wincompatible-pointer-types]
<br /><code>
NSNumber *index = [_headerToIndexTable objectForKey:header];
</code></td>
</tr>
<tr>
<td>:no_entry_sign:</td>
<td data-sticky="false"><strong><a
href="https://github.com/fkysly/incubator-weex/blob/e5d16de758b6ee97cd0c834dfa718d88e5f21003/ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m#L114">ios/sdk/WeexSDK/Sources/Component/Recycler/WXRecyclerDataController.m#L114</a></strong>:
incompatible pointer types initializing âNSNumber *â with an expression of
type âNSIndexPath * _Nullableâ [-Werror,-Wincompatible-pointer-types] <br
/><code>
NSNumber *index = [_headerToIndexTable objectForKey:header];
</code></td>
</tr>
</tbody>
</table>
<p align="right" data-meta="generated_by_danger">
Generated by :no_entry_sign: <a href="http://danger.systems/">danger</a>
</p>
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---