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 回答533 阅读
NSLocalNotification有个属性,repeatInterval:
repeatInterval
The calendar interval at which to reschedule the notification.
@property(nonatomic) NSCalendarUnit repeatInterval
Discussion
If you assign an calendar unit such as weekly (NSWeekCalendarUnit) or yearly (NSYearCalendarUnit), the system reschedules the notification for delivery at the specified interval. The default value is 0, which means don't repeat.