Ld ADDRESS normal (in target 'PROJECT_NAME' from project 'PROJECT_NAME') (1...
when i tried to edit Podfilelike flipper_config = FlipperConfiguration.disabled in# Resolve react_native_pods.rb with node to allow for hoistingrequire Pod::Executable.execute_command('node',...
View ArticleSwift pods cannot yet be integrated as static libraries...
I am building an app by Flutter. I got this error message when doing "pod install" or "pod install --repo-update" or "pod update" and the pod install failed and stopped.The error message:[!] The...
View ArticleThe iOS Simulator deployment targets is set to 7.0, but the range of...
I'm getting this below warning message in my Xcode 10.1.The iOS Simulator deployment targets are set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1.My...
View ArticleReact native Pod install getting Permission denied
I'm created new project using command react-native init testprogthen change dir to testprog and pod install but it give permission denied error$ pod installAnalyzing dependenciesFetching podspec for...
View ArticleUpdating to latest version of CocoaPods?
I'm having some issues installing Alamofire 4.0 into my project.I've got the latest version of Xcode, running Swift 3, and when I try to install alamofire I'm getting like 800 compiler...
View ArticleGetting 'AsyncDisplayKit/AsyncDisplayKit.h' file not found when building app...
I am getting:'AsyncDisplayKit/AsyncDisplayKit.h' file not foundwhen trying to build my app on my M1 machine. I had to reinstall Xcode and I think it has something to do with brew and CocoaPods even...
View ArticleModule 'cloud_firestore' not found - Flutter Xcode Build
When i started working on this Flutter app, Firebase was working until i decided to add Apple Sign in. Now when I try to run my app, a file GeneratedPluginRegistrant.m file gives me an error Module...
View ArticleFirebase SDK 10+ - unable to install packages
I have the Flutter app, to run and build on iOS, the core is Flutter + Firebase, but I am not able to install packages and build projects. sdk: ">=2.16.1 <3.0.0".... cloud_firestore: ^4.15.9...
View ArticleFlutter: CocoaPods could not find compatible versions for pod...
I am trying to run my Flutter app which uses Firebase and get the following error. My app was running fine until I needed to run 'flutter upgrade' to make my app compatible with a new package I'm using...
View ArticleHow to fix cocoapod .modulemap file not found
When I try to build my project, I get a compile time error saying that a "Module map file" for my pod cannot be found and that I am missing a "SwiftShimes" module. This is weird because all my...
View ArticlePodspec dependency on OpenSSL
I'm trying to create a Pod that depends on OpenSSL-Universal. I've had some trouble, so for reference, I looked for other pods that had such a dependency, and found CoreBitcoin:...
View ArticleXcode, Pods ProjectName.debug.xcconfig unable to open file. Wrong directory
When I build project, I see build error: ProjectName.debug.xcconfig unable to open file. I couldn't understand my problem for a long time, but today I take attention, what directory is wrong: full...
View Articlepod install -bash: pod: command not found
I installed pod some time ago. However, it's stopped working so I'm working through this again.However, I almost immediately run into a problem here:pod install-bash: pod: command not foundAny...
View ArticleSwiftUI App only install framework(SwiftUI) not it's dependency(SDK.framework)
I'm encountering a challenge when integrating a UI framework as a local pod into an app project. The UI framework itself builds successfully, and I've embedded a pre-built fat framework as a dependency...
View ArticleImport of module 'glog.glog.log_severity' appears within namespace 'google'
I know this is duplicated, since the answered solution doesn't work for me, I'm asking again in case someone has come up with any new solution...Already tried:Unlinked all auto-linked modules and...
View ArticleXcode building for iOS Simulator, but linking in an object file built for...
I am trying to get a large (and working on Xcode 11!) project building in Xcode 12 (beta 5) to prepare for iOS 14. The codebase was previously in Objective-C, but now it contains both Objective-C and...
View ArticleiOS build failed using Expo EAS build. How can i fix issues with and pods not...
I'm encountering build errors with Expo's EAS Build service. Some of my Swift pods, including FirebaseCoreInternal, FirebaseCrashlytics, FirebaseFirestore, FirebaseSessions, and FirebaseStorage, are...
View ArticleError: "The sandbox is not in sync with the Podfile.lock..." after installing...
I've encountered an strange issue after installing RestKit with cocoapods.after resolving RestKit dependency for my project with cocoapods and trying to build it, I face this error:The sandbox is not...
View ArticleProblem in React Native v0.62.2 with Flipper pods and post install hooks
Im new in react native, and i facing the problem: Im using react native with flipper pods, and my pod file contain this code:add_flipper_pods! post_install do |installer|...
View ArticleEmbed Flutter inside a cocoapod and use it in the main project
I have a requirement where there is an existing project which uses a pod which is also internally created.For simplicity we will call app as MyApp and internal pod as MyPod.So MyApp depends on...
View Article