react-native在iOS目录下pod install安装glog的时候为什么会失败?
pod --version1.16.2xcode-select -p/Applications/Xcode.app/Contents/Developerxcodebuild -showsdksDriverKit SDKs: {代码...} iOS SDKs: {代码...} iOS Simulator SDKs: {代码...} macOS SDKs: {代码...} tvOS SDKs: {代码...} tvOS Simulator SDKs: {代码...} visionOS SDKs: {代码...} visionOS Simulator SDKs: {...
2 回答619 阅读
你的B里面的方法应该没被定义为共有的方法吧,子类不能复写父类的私有方法;具体你再描述清楚点,或者你去google一下继承;