doubleJJ

Results 13 issues of doubleJJ

The following build commands failed: CompileC /Users/niejiajun/Desktop/elm-react-native/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTJavaScriptLoader.o /Users/niejiajun/Desktop/elm-react-native/node_modules/react-native/React/Base/RCTJavaScriptLoader.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure) Installing build/Build/Products/Debug-iphonesimulator/Elm.app An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22): Failed to install the requested...

![1653546445905](https://user-images.githubusercontent.com/12195436/170430492-7cc5f030-9753-41e1-9c5c-5c65f832e2e4.jpg) 如图,手动集成的时候会报错,在BRStringPickerView.m文件的163行,但是用cocoapod集成就不会报错,是什么原因呢? 报错信息:Multiple methods named 'count' found with mismatched result, parameter type or attributes,修改成row = ((index > 0 && index < [(NSArray *)self.mDataSourceArr[i] count]) ? index : 0);就编译通过

执行pip install -r requirements.txt,错误如下: 求指教,谢谢

布局代码如下: label.sd_layout .autoHeightRatio(0) .leftSpaceToView(self.contentView, 34) .topSpaceToView(titleLab, 35) .rightSpaceToView(self.contentView, 34) .minWidthIs(300); 我已经设置了minWidthIs,可是单行富文本label的宽度仍然是自适应,并且没有居中对齐,是哪里的问题呢?

如题,类似Masonry的greaterThanOrEqualTo的方法

输入某个商品的sku后,执行JdBuyer.py文件,只是把商品放入购物车,不能自动提交订单?另外如何设置微信提醒呢?

Happy using Petal :hibiscus: ~. If you want to open an issue: Please make sure: - [ ] Tell about your system info. (你的系统信息)macOS Monterey 12.6 - [ ] The...

![WX20230921-154401@2x](https://github.com/ReactiveCocoa/ReactiveObjC/assets/12195436/ad106d71-fb3d-45a3-8908-e09de4147e9e)

使用copy关键字,不一定是深拷贝。 如果对象是不可变的,copy会进行浅拷贝,mutableCopy会进行深拷贝。 如果对象是可变的,那么无论是copy还是mutableCopy都会进行深拷贝。