CoderJackie

Results 12 comments of CoderJackie

I have modified the line 275 of builder.rb ` def ios_build_options "ARCHS=\'x86_64 i386 arm64 armv7 armv7s\' OTHER_CFLAGS=\'-fembed-bitcode -Qunused-arguments\'" end ` but the fat file also contains x86_64, i386 and armv7.

``` lipo XXXX.framework/XXXX -thin arm64 -output XXXX.framework/XXXX-arm64 lipo XXXX.framework/XXXX -thin armv7 -output XXXX.framework/XXXX-armv7 ``` ``` lipo -create XXXX.framework/XXXX-armv7 XXXX.framework/XXXX-arm64 -output XXXX.framework/XXXX ```

我设置了,也无法发现CBAdvertisementDataManufacturerDataKey

我录屏了,左右滑动的时候也遇到过。 [1.zip](https://github.com/Roylee-ML/SwipeTableView/files/440497/1.zip)

是啊,我是昨天下的master。

我刚clone了mater的代码,run起来还是会这样。

SingleOneKindView,HybridItemViews,HiddenNavigationBar都会有这个问题。

是啊,我git clone下来代码,什么都没改,run起来点进去就给你录屏了,没任何其他操作

我在打断点调试。getDataAtIndex:方法给return掉了,导致没调用refreshWithData:atIndex:,cellforitem时候没addobserver

这是不是swipetable里面多调用了removeobserver,导致过多移除了啊