Invalid Podfile file specifying multiple post_install hooks is unsupported
I'm using cocoapods 1.1.1 and in my podfile I have more than one post_install hooks. And I'm getting this error : [!] Invalid `Podfile` file: [!] Specifying multiple `post_install` hooks is...
View ArticleHow to use swift macros in a development pod
I want to use my own swift macro in a pod for my main project. When I use the macro in my development pod I get the error 'External macro implementation type XXX could not be found for macro XXX'.The...
View ArticleNo such module 'GoogleMaps' found however it is installed
I have installed the 'GoogleMaps' pod using cocoa pods and the project was building correctly, however when I transferred my project to another device through iCloud (the projects directory is in...
View ArticleHow to get the Pod dependency which is there on github releases as an asset
I have an XCFramework generated which is more than 100MB. So I have compressed it into zip and uploaded it as a release asset. Similar to like this Asset BrazeKit.zipThe assets zip contains the...
View ArticleFlutter Plugin - Value Of type "xxx" has no member "xxx"
I write a flutter iOS plugin which using Google Machine learning framework 'ML Kit'. The iOS plugin language is swift. Plugin has 3 files.MLKitPlugin.h, MLKitPlugin.m, SwiftMLKitPlugin.swift, these 3...
View ArticleEvery time I go to run pod install I get the same error [!] No Xcode project...
I have tried every answer provided on Stack, including running cd command followed by dragging my project in but I continually get the same result. I have also tried the ls command option.As far as I...
View ArticleCan a Swift Package Manager library have Cocoapods dependencies of its own?
I have a project which I am using as a SPM in my main project, but it has Alamofire and other dependencies of its own (using cocoapods).Now when I am using it in main project, it says that "No such...
View ArticleCocoapods .xcworkspace file is missing. with error
Using terminal to create cocoapods in my project.But after the command the .xcworkspace is missing..Command/usr/local/bin/pod installStackCocoaPods : 1.15.2Ruby : ruby 2.6.3p62 (2019-04-16 revision...
View ArticleInstalling multiple SPM packages using the command line
I am looking for a way to add multiple SPM packages to an Xcode project (similar to how cocoapods works using it's podfile and calling pod install)I know I can manually go to File->Add Package...
View ArticleMac iCloud alters Xcode Pods breaking my build
Every couple days to couple weeks I am unable to build my project because Xcode states "Use of unresolved identifier 'Fabric'This also happens with CrashlyticsNow I've narrowed the bug down to some...
View ArticleCustom pod xcconfig enabled from parent app
I have the custom pod with xcconfig files (one for each env).The parent app have the same xcconfig structureExampleParent app: debug xcconfigCustom poddebug xcconfigHow I can enable from parent 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 ArticleCocoapods error when using cloud_firestore
Stack overflow mentioned I previously posted low quality questions so here is my attempt at a high quality question...I get an when running flutter run. It seems odd because it only happense after...
View Articlepost_install giving error after running pod install, react native, iOS
I upgraded to latest version of react native (0.74.2) and after that, i am getting this error after running pod install[!] An error occurred while processing the post-install hook of the...
View ArticleReact native pod file use_modular_headers! throwing Redefinition of module...
I have created a sample react native project npx react-native init MyNewProjectI added pod dependency in ios pod fileI added use_modular_headers!Getting error as Redefinition of module 'ReactCommon'...
View ArticleFlutter CocoaPods Build Issue
I am facing this issue while making a build in iOS. The app is getting built in android but I am facing an issue in iOS. My platform ios version is '10.0' in podfile because I am using firebase....
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 ArticleFlutter Cocoapods Issue
I have been encountering this same issue since last year when I got my new mac m2 for IOS development with flutter(3.0) & cocoapods(1.10.2) it was working fine until I upgraded it to greater than...
View ArticleLibrary not loaded: @rpath/VirgilCrypto.framework/VirgilCrypto
We are currently working on adding a 3rd party SDK into our React Native app.Here is the SDK https://gitlab.com/claysolutions/public/clay-sdkWe added the ClaySDK Pod, set up everything, the build goes...
View Articlepod install Xcode Error Failed to save xxx.xcodeproj
I've been encountering an issue where, after running pod install, Xcode consistently throws an error: "Failed to save xxx.xcodeproj." To clear this warning, I have to click through it more than 50...
View Article