cocoapods

Can't update pods to the latest version

血红的双手。 提交于 2021-02-20 00:22:31
问题 I'm using react-native and I am trying to update the pods by using pod update But it updates nothing. However, when I use pod outdated It shows this Updating spec repo `master` $ /usr/bin/git -C /Users/IG/.cocoapods/repos/master fetch origin --progress remote: Counting objects: 15, done. remote: Compressing objects: 100% (14/14), done. remote: Total 15 (delta 11), reused 0 (delta 0), pack-reused 0 From https://github.com/CocoaPods/Specs 1bb3a72da66..f6d4f6f0e14 master -> origin/master $ /usr

Can't update pods to the latest version

匆匆过客 提交于 2021-02-20 00:16:15
问题 I'm using react-native and I am trying to update the pods by using pod update But it updates nothing. However, when I use pod outdated It shows this Updating spec repo `master` $ /usr/bin/git -C /Users/IG/.cocoapods/repos/master fetch origin --progress remote: Counting objects: 15, done. remote: Compressing objects: 100% (14/14), done. remote: Total 15 (delta 11), reused 0 (delta 0), pack-reused 0 From https://github.com/CocoaPods/Specs 1bb3a72da66..f6d4f6f0e14 master -> origin/master $ /usr

Xcode Build failed,fatal error: module 'firebase_auth' not found @import firebase_auth;

≡放荡痞女 提交于 2021-02-19 07:47:32
问题 Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, v1.17.4, on Mac OS X 10.15.5 19F101, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 11.5) [✓] Android Studio (version 4.0) [✓] VS Code (version 1.46.1) [!] Connected device ! No devices available ! Doctor found issues in 1 category. \\\Error Message ** BUILD FAILED ** Xcode's output: ↳ /Users/Razi/Desktop/projects

Flutter error on pod install: CocoaPods could not find compatible versions for pod “Firebase/CoreOnly”

六月ゝ 毕业季﹏ 提交于 2021-02-19 05:14:48
问题 My Flutter app is not working on my iOS device, while its working perfectly on android. I'm getting an error on pod install This is the output of pod install --verbose alyzing dependencies Inspecting targets to integrate Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``) Using `ARCHS` setting to build architectures of target `Pods-OneSignalNotificationServiceExtension`: (``) Finding Podfile changes A contacts_service A firebase_auth A flutter_crashlytics A local_auth A

Flutter error on pod install: CocoaPods could not find compatible versions for pod “Firebase/CoreOnly”

北城余情 提交于 2021-02-19 05:14:20
问题 My Flutter app is not working on my iOS device, while its working perfectly on android. I'm getting an error on pod install This is the output of pod install --verbose alyzing dependencies Inspecting targets to integrate Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``) Using `ARCHS` setting to build architectures of target `Pods-OneSignalNotificationServiceExtension`: (``) Finding Podfile changes A contacts_service A firebase_auth A flutter_crashlytics A local_auth A

LSTPopView 简易的iOS万能弹框

ぐ巨炮叔叔 提交于 2021-02-17 10:49:01
LSTPopView 简易的iOS万能弹框 前言 在每个项目中,弹框的需求都有,而且各种各样,花里胡哨, 很是烦恼. LSTPopView的出现,可以让我们更专注弹框页面的布局.省心省力! 提高开发效率! 欢迎coder们发现问题或者提供更好的idea,一起努力完善 博客地址 github: https://github.com/LoSenTrad/LSTPopView CSDN: https://blog.csdn.net/u012400600/article/details/106279654 简书: https://www.jianshu.com/p/8023a85dc2a2 LSTPopView 属性接口介绍 特性 提供丰富的api,高度自定义弹框,简单入手使用 支持弹出动画,消失动画,主动动画等多重动画搭配 支持多弹框管理:编队,堆叠,优先级等 支持指定弹框父类,eg: UIWindow,self.view等 安全且内存占用小 自动规避键盘,防止被键盘遮挡 支持横竖屏切换 支持纯代码/xib页面 提供生命周期api,自定义动画控制 支持定时器,多定时器机制 支持多代理机制 支持二次封装,比如组件LSTHUD,LSTAlertView等 安装 CocoaPods安装: 在podfile文件中添加以下描述,然后 pod install 或者 pod update pod

Getting UIWebview api deprecation message after adding PayPal pod in my iOS app

核能气质少年 提交于 2021-02-17 05:25:43
问题 I was building an iOS app and on a specific build version I added PayPal pod. Then when I submitted that app for test-flight, I got a UIWebview API Deprecation message ITMS - 90809 I am using pod 'PayPal-iOS-SDK' for paypal integration So what can I do to resolve this, and will it create any problem for successful app submission? 回答1: It appears you are using a deprecated PayPal mobile SDK that is no longer supported for new integrations If you need a native SDK, PayPal Express Checkout via

CocoaPods could not find compatible versions for pod “FirebaseCore”

大城市里の小女人 提交于 2021-02-11 17:44:47
问题 When I try to build with Unity cloud build, I got this message: and then > Installing cocoapods dependencies: >64201: ! .xcworkspace file could not be found. >64202: Analyzing dependencies >64203: [!] CocoaPods could not find compatible versions for pod "FirebaseCore": >64204: In Podfile: >64205: Firebase/Analytics (= 6.9.0) was resolved to 6.9.0, which depends on >64206: Firebase/Core (= 6.9.0) was resolved to 6.9.0, which depends on >64207: FirebaseAnalytics (= 6.1.2) was resolved to 6.1.2,

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

a 夏天 提交于 2021-02-11 14:11:44
问题 I got an error: No podspec found for `React-Core` in `../node_modules/react-native` And this is my Podfile: target 'RNNativeOrientationInteractor' do # Comment the next line if you don't want to use dynamic frameworks # use_frameworks! # Your 'node_modules' directory is probably in the root of your project, # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native' pod 'React-Core', :path => '../node_modules/react-native' pod 'React-DevSupport', :path =>

duplicate symbols for architecture x86_64 framework included twice

跟風遠走 提交于 2021-02-11 10:44:44
问题 This is not the regular duplicate symbols error. I am using AFNetworking library for networking with cocoa pods. I also using a third party framework that has been added to the target "Link Binary With Libraries" list in build phases section. Unfortunately, This third party framework includes the AFNetworking that apparently is being used by it for networking. Therefore, it makes sense that this error has been produced. Any idea how can this be solved? Edit: Here it shows that