pod frameworks listed in red (opening project from xcode 14.2 on 15.2)
After opening the project on a newer xcode 15.2 (saved on 14.2)tried pod install from a clean state.Relinking the files, the link brakes again on every pod install .The path is incorrect,...
View Articlecmake: command not found on macOS
After adding this line in my Podfile:pod 'PiwikTracker', :git => 'https://github.com/manuroe/matomo-sdk-ios.git', :branch => 'feature/CustomVariables'The below error is occuring:[!] /bin/bash -c...
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 ArticleHow to ignore large file uploads in git? For example dependencies?
Good afternoon everyone.An error occurs when uploading a repository to Git.This is error "File...
View ArticleCocoapod integration Issue in Framework as target
I have created an Application in which we have framework as target. I am using SendbirdChatSDK and Sendbirdcalls Cocoapod as dependency for framework. While compiling it is showing error in swift...
View ArticleHow can I integrate MLKit library without using cocoapods?
I want to integrate MLKit library without using cocoapods. Is there a way to somehow copy/paste or drag and drop method to use this?Or maybe there is another solution, maybe I can fetch library to...
View ArticlePlease specify "higher minimum deployment target" dependency
I installed Flutter 3.16.0 SDK and started installing necessary packages like connectivity_plus after configuring it when i tried to run the app on iPhone i got this issue:[!] CocoaPods could not find...
View ArticleManual Code Signing Fails in Terminal but Works in Xcode GUI, when Podfile...
I’m facing issues with manual code signing when building a React Native iOS project using the terminal, while it works fine in Xcode GUI.Setup:Basic React Native iOS project.Podfile includes...
View ArticleNo `Podfile' found in the project directory despite having the Podfile...
I have an android app developed with flutter that is working and i wanted to extend it to ios so i used the commandflutter create .that created me the ios folder but then when building I can't because...
View ArticleXcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code
Showing Recent Messages:-1: mkdir -p /Users/spritzindia/Library/Developer/Xcode/DerivedData/Contigo-atftiouzrdopcmcpprphpilawwzm/Build/Products/Debug-iphonesimulator/Contigo.app/FrameworksShowing...
View ArticleInvalid `Podfile` file: 767: unexpected token at ''
I am trying to run my IOS app with react native, but I need to update my Pods. so I run on terminal:cd iOS && pod installBut I get this error on the titleinternal/modules/cjs/loader.js:888...
View ArticleUmbrella-Header uses wrong import syntax after `pod install`
I am developing a local Expo module in which I am using a 3rd party Framework.My .podspec looks something like this:Pod::Spec.new do |s| # root specification s.dependency 'ExpoModulesCore'...
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 ArticleUsing the new C++ Swift interop in a CocoaPod
I'm building an iOS library that contains both Swift and C++ code.Using the new C++<> Swift interop from Swift 5.10, I can now skip the Objective-C bridge - which was annoying to write, and also...
View ArticleCan not render SwiftUI preview from Cocoapods
I have a SwiftUI struct in a common library that I ship to myself.public struct NTextField: View { public var body: some View { Text("Hello, World!") } public init() { }}struct NTextField_Previews:...
View ArticleCommand PhaseScriptExecution failed with a nonzero exit code for XCode 15.4
With Xcode 15.4 on my Mac with M2 chip i encountered this error while building my Flutter app (repository cloned from Gitlab):I already tried some common approaches found on StackOverflow:And changing...
View ArticleWhat do these red bullseye icons mean in Xcode?
Does anyone know what these red bullseye icons mean? I'm having trouble launching my react-native app after implementing cocoapods. Is there are a comprehensive list of all icons and their meaning in...
View Articlepod update/install fails at Installing BoringSSL-GRPC (0.0.24)
When I run pod install or pod update in my flutter project, it fails at Installing BoringSSL-GRPC (0.0.24). And it prints this error message,[!] Error installing BoringSSL-GRPC[!] /usr/bin/git clone...
View ArticleСocoapods trunk URL couldn't be downloaded
I am getting this error when I try to pod repo update and pod installCDN: trunk URL couldn't be downloaded:https://cdn.cocoapods.org/deprecated_podspecs.txt, error: Failed toopen TCP connection to...
View ArticleDeprecated API Usage - New apps that use UIWebView are no longer accepted....
I'm trying to upload a TestFlight, but I receive this error from AppStoreConnect:App Store ConnectHello,We noticed one or more issues with a recent delivery for the following app:HA Lighting...
View Article