Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [cocoapods]

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

cocoapods
0 votes
0 answers
15 views

Couldn't install pods when running npx install-expo-modules@latest

So Im trying to install expo modules from my React-Native-App project. WHen I run the command I get the following error: › Installing ios pods... pod install Couldn't install Pods. Updating the Pods ...
Outsider's user avatar
  • 111
-3 votes
0 answers
17 views

Xcode real iphone errors with download snapkit with cocoapods on M1

My laptop is macbook air m1. To avoid issues with M1. In podfile I wrote: # Uncomment the next line to define a global platform for your project # platform :ios, '17.0' target 'MovieDB' do # ...
Yerimbet Aitzhanov's user avatar
0 votes
0 answers
15 views

Xcode|CocoaPods: New files not appearing in SourceTree when created in submodules of iOS project

I am trying to create an iOS project with a multi-module architecture using CocoaPods local path. I use SourceTree to manage git. Currently, I am facing an issue where new files created in the modules ...
dtrognn's user avatar
  • 26
0 votes
0 answers
19 views

How to fix 'Flutter/Flutter.h' file not found

Last week when I last worked on this it was building ok. Stopped working on this while adding new feature to an other app, week-end break I come back and both app do not compile any more. one is ...
Nissaba's user avatar
  • 957
-1 votes
0 answers
25 views

Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability

I'm trying to upload a TestFlight, but I receive this error from AppStoreConnect: App Store Connect Hello, We noticed one or more issues with a recent delivery for the following app: HA Lighting ...
Khader Murtaja's user avatar
-1 votes
0 answers
24 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
23 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
21 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
35 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
17 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
34 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
27 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
104 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

15 30 50 per page
1
2 3 4 5
642