cocoapods

framework not found FirebaseInstanceID in Xcode

╄→尐↘猪︶ㄣ 提交于 2020-06-16 03:33:09
问题 Step to reproduce. I have added all the pod frameworks into my cordova project using XCode, after added, I don't know why the frameworks are whiten as this picture. So I start to build the project again, the first error said framework not found FirebaseInstallation, I thought the whiten framework is not valid, so I manually add the framework from my frameworks folder which is downloaded from https://firebase.google.com/docs/ios/setup#frameworks and finally become the normal yellow icon. I

Xcode: bson was compiled with optimization - stepping may behave oddly; variables may not be available

↘锁芯ラ 提交于 2020-06-09 07:00:49
问题 I am running my app in Release config and my app crashes when it reaches a certain point. The crash points to this message: bson was compiled with optimization - stepping may behave oddly; variables may not be available. bson is dependency used by one (or a few) of my pods. I have searched SO and understand that adjusting the Optimization level for both project and pods level would help, but these did not work for me since I am running in Release config. When I run my app in Debug, there were

LoadError - library not found for class Digest::SHA1 — digest/sha1

匆匆过客 提交于 2020-05-26 04:17:43
问题 When running pod install it runs into a problem when installing yoga . Seems to be a problem with my ruby environment? $ pod install Analyzing dependencies Fetching podspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec` Fetching podspec for `Permission-Camera` from `../node_modules/react-native-permissions/ios/Camera.podspec` Fetching podspec for `Permission-LocationAlways` from `../node_modules/react-native-permissions/ios/LocationAlways.podspec` Fetching

LoadError - library not found for class Digest::SHA1 — digest/sha1

≡放荡痞女 提交于 2020-05-26 04:16:07
问题 When running pod install it runs into a problem when installing yoga . Seems to be a problem with my ruby environment? $ pod install Analyzing dependencies Fetching podspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec` Fetching podspec for `Permission-Camera` from `../node_modules/react-native-permissions/ios/Camera.podspec` Fetching podspec for `Permission-LocationAlways` from `../node_modules/react-native-permissions/ios/LocationAlways.podspec` Fetching

LoadError - library not found for class Digest::SHA1 — digest/sha1

余生颓废 提交于 2020-05-26 04:14:41
问题 When running pod install it runs into a problem when installing yoga . Seems to be a problem with my ruby environment? $ pod install Analyzing dependencies Fetching podspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec` Fetching podspec for `Permission-Camera` from `../node_modules/react-native-permissions/ios/Camera.podspec` Fetching podspec for `Permission-LocationAlways` from `../node_modules/react-native-permissions/ios/LocationAlways.podspec` Fetching

No podspec found for `React-Core` in `../node_modules/react-native/React`

有些话、适合烂在心里 提交于 2020-05-26 01:21:19
问题 I'm using React Native. I get this issue when I try to upload pods. I've successfully installed node_modules, but I'm getting this problem. What is the problem? If we delete the package-lock.json and node_modules folder, I reinstalled npm. But I'm having this problem when I'm doing pod install. platform :ios, '9.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' target '...' do # use_frameworks! pod 'React', :path => '../node_modules/react-native/'

CocoaPods could not find compatible versions for pod “ReactCommon/jscallinvoker”:

倾然丶 夕夏残阳落幕 提交于 2020-05-25 08:55:31
问题 I just updated to RN v0.62 and running app on iOS gives me following error !] CocoaPods could not find compatible versions for pod "ReactCommon/jscallinvoker": In snapshot (Podfile.lock): ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`) In Podfile: ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`) None of your spec sources contain a spec satisfying the dependency: `ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)`

nextTriggerDate() doesn't return the 'expected' value, is there another way to obtain the next fire date of a repeating Local Notification?

半腔热情 提交于 2020-05-24 03:42:28
问题 In my application I allow users to schedule repeating Local Notifications. The issue that I have though (any many others based on looking around) is that nextTriggerDate() always bases its return value on the current time rather than the time at which the notification was scheduled. I've seen suggestions to store a "date" value in the userInfo of the notification but seeing as how the notifications repeat, it doesn't seem like it would be able to keep this date value accurate each time the

nextTriggerDate() doesn't return the 'expected' value, is there another way to obtain the next fire date of a repeating Local Notification?

限于喜欢 提交于 2020-05-24 03:42:19
问题 In my application I allow users to schedule repeating Local Notifications. The issue that I have though (any many others based on looking around) is that nextTriggerDate() always bases its return value on the current time rather than the time at which the notification was scheduled. I've seen suggestions to store a "date" value in the userInfo of the notification but seeing as how the notifications repeat, it doesn't seem like it would be able to keep this date value accurate each time the

nextTriggerDate() doesn't return the 'expected' value, is there another way to obtain the next fire date of a repeating Local Notification?

风流意气都作罢 提交于 2020-05-24 03:42:06
问题 In my application I allow users to schedule repeating Local Notifications. The issue that I have though (any many others based on looking around) is that nextTriggerDate() always bases its return value on the current time rather than the time at which the notification was scheduled. I've seen suggestions to store a "date" value in the userInfo of the notification but seeing as how the notifications repeat, it doesn't seem like it would be able to keep this date value accurate each time the