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

All Questions

Tagged with
-1 votes
0 answers
27 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

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
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
-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
0 votes
0 answers
31 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
-2 votes
0 answers
26 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
-1 votes
0 answers
28 views

Cocoa Pods integration not working with my swift Xcode project

I am currently trying to switch from Swift Package Manager to CocoaPods and have setup Cocoapods, but I keep getting build errors and warnings about the target IOS being not uniform with the packages ...
Mitchell Duffy's user avatar
3 votes
2 answers
628 views

Error after adding google_mobile_ads sdk in swift using CocoaPods

I added the google_mobile_ads sdk v11.6.0 in my swift project. Now when I run the project I get the following error ld: warning: Could not find or use auto-linked library 'swiftXPC': library 'swiftXPC'...
user9792850's user avatar
0 votes
0 answers
92 views

React Native upgrade 0.73 Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher,

During the process of updating RN to 0.73. I am running into this issue on the app center ios pipeline. ld: Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher, referenced from: __OBJC_$...
Thanh Lai's user avatar
1 vote
2 answers
81 views

Installing 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 ...
A Man With Feet's user avatar
0 votes
0 answers
42 views

How 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 ...
Ian Li's user avatar
  • 11
1 vote
1 answer
128 views

xcode 15 Uncategorized (Xcode): Command CodeSign failed with a nonzero exit code

I updated my xcode to 15.4 Im running flutter run on iphone 15 pro simulator pod --version is 1.15.2 In my PodFile I added post_install do |installer| installer.pods_project.targets.each do |target| ...
Ah_Ch_97's user avatar
0 votes
1 answer
83 views

reCAPTCHA Enterprise not working in ios project

I'm facing an issue running the project after install pod "RecaptchaEnterprise", "18.5.0". Please ses the screenshot and guide me how i can resolved this issue.
Faheem's user avatar
  • 119
0 votes
1 answer
60 views

Dependency's deployment target in lower than Xcode's minimum deployment target on .podspec

I am trying to host a private pod for my project but when I run 'pod spec lint' it gives error like '- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code.'. I think it is caused by the ...
Prasun Dangol's user avatar

15 30 50 per page
1
2 3 4 5
189