Skip to main content

Questions tagged [cocoapods]

CocoaPods is the dependency manager for objective-C and swift Cocoa projects.

cocoapods
-1 votes
0 answers
20 views

Command 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 ...
lorisgoglia's user avatar
-1 votes
0 answers
24 views

Using 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 ...
mrousavy's user avatar
  • 1,035
0 votes
0 answers
16 views

No `Podfile' found in the project directory despite having the Podfile created on the ios directory

I have an android app developed with flutter that is working and i wanted to extend it to ios so i used the command flutter create . that created me the ios folder but then when building I can't ...
Jaime Silva's user avatar
0 votes
0 answers
19 views

Manual Code Signing Fails in Terminal but Works in Xcode GUI, when Podfile includes use_frameworks! :linkage => :static

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 ...
arveyMon's user avatar
0 votes
0 answers
32 views

How 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 ...
edzio27's user avatar
  • 4,140
0 votes
0 answers
15 views

Cocoapod 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 ...
shikha's user avatar
  • 21
0 votes
2 answers
32 views

How 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 Pods/MyPath/YandexMapsMobile.xcframework/ios-x86_64_arm64-simulator/YandexMapsMobile.framework/...
Steven Kirke's user avatar
-2 votes
1 answer
21 views

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, its /...
Boris 's user avatar
  • 17
0 votes
0 answers
26 views

Cocoapods Build Error for Using Inner/Nested Class from Another Pod

I have two custom pods, PodA and PodB, and I'm facing a build error when trying to use an inner/nested class from PodA in PodB. I want to create a BCustomView in PodB that subclasses CustomView from ...
Tomo's user avatar
  • 51
-1 votes
0 answers
74 views

Cocoapods error when trying to create an iOS build with Unity

I have an issue with my Unity iOS build. In the past it worked fine for me but now after a while I wanted to open my project from a new M2 MacBook but everytime I want to create a new build or "...
Reen's user avatar
  • 11
0 votes
0 answers
26 views

Facing problem in pod setup for GoogleMLKit/TextRecognition

Pod File: target 'DataProcessing' do #Comment the next line if you don't want to use dynamic frameworks use_frameworks! #Pods for DataProcessing pod 'GoogleMLKit/TextRecognition', '3.2.0' end Error: ...
Santosh Singh's user avatar
0 votes
0 answers
32 views

Build input file cannot be found and xcode is searching file at wrong path after pod install

i am getting this error after pod install in xcode error: Build input file cannot be found: '/usr/lib/libstdc++.6.0.9.dylib'. Did you forget to declare this file as an output of a script phase or ...
vinayak tudayekar's user avatar
-2 votes
0 answers
22 views

Issues Running Cloned Flutter Project on Mac - CocoaPods Error

I started a Flutter project on my Windows PC, but now I want to test it on my Mac. I have installed all the necessary tools, including an emulator. The emulator works fine when I create a new Flutter ...
IniOluwa Longe's user avatar
-3 votes
0 answers
28 views

Flutter build ios error "You are in 'detached HEAD' state"

I'm running ios build with codemagic and I got this error (You are in 'detached HEAD' You can look around, make experimental changes and commit them, and you can discard any commits you make in this ...
Ariyo's user avatar
  • 43
0 votes
0 answers
222 views

'Error running pod install' while running Flutter app on iOS simulator after setting up Firebase in VSCode

After I setup my Flutter application with Firebase and connecting the app with the Firebase console, I am not able to run the application in the iOS simulator. My system description is - 2017 Macbook ...
Nikhil Gohil's user avatar

15 30 50 per page
1
2 3 4 5
642