373 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
32
views
IPA size too large when changing boost.podspec file in react native
I am using react native version: 0.71.6. I was encountering an issue:
[!] Error installing boost Verification checksum was incorrect, expected ...
0
votes
0
answers
16
views
Why doesn't CocoaPods support skipping the lint process?
I need to release multiple Pods consecutively, and these Pods have dependencies on each other. And I can only release them sequentially, which significantly increases my release time. This is because ...
0
votes
0
answers
27
views
No podspec found for `quill_html_editor` in `.symlinks/plugins/quill_html_editor/ios`
This was working fine for me a few days back, now suddenly I am getting this error while 'pod install'
No podspec found for quill_html_editor in .symlinks/plugins/quill_html_editor/ios
Please help me ...
0
votes
1
answer
76
views
How to conditionally load Frameworks based on target (device or simulator) in a CocoaPod spec?
I'm working on a CocoaPods spec file for an iOS project, and I need to include different vendored frameworks depending on whether the build is targeting a physical device or the simulator.
For example,...
1
vote
0
answers
108
views
Error 'RCTAppDelegate.h' file not found with command pod spec lint
I have a React native app with native code (is not library project).
I add a .podspec file because I want to publish a npm package.
When I run command pod spec lint i have this error
ERROR | [iOS] ...
2
votes
0
answers
62
views
kotlin multi platform project's podspec file spec.script_phases gets changed when syncing Android Studio and brakes pod installatioon
I'm working on a Kotlin multi platform library and it has a podspec file and its spec.script_phases is
spec.script_phases = [
{
:name => 'Build kotlin_mpp',
:...
1
vote
0
answers
153
views
MLKit iOS Undefined symbols for architecture arm64
I add MLkit via cocoapods, but I can't even build the app, even without other MLKit related code.
Undefined symbols for architecture arm64:
"_CMSampleBufferGetImageBuffer", referenced ...
0
votes
1
answer
112
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 ...
0
votes
1
answer
130
views
I get "xcodebuild: Returned an unsuccessful exit code" when I pod spec lint my library
I get "xcodebuild: Returned an unsuccessful exit code" when I pod spec lint my library.
I know it has something todo with snapshot testing package version but I don't know how to fix that.
...
1
vote
1
answer
1k
views
iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.4.99
I have been getting this error in my react native project since I upgraded Xcode from 14 to 15. I tried to the this in the Podfile:
platform :ios, '13.0'
And I tried this in the Podfile:
post_install ...
0
votes
1
answer
84
views
SwiftUI App only install framework(SwiftUI) not it's dependency(SDK.framework)
I'm encountering a challenge when integrating a UI framework as a local pod into an app project. The UI framework itself builds successfully, and I've embedded a pre-built fat framework as a ...
0
votes
2
answers
308
views
Cocoapod with prebuilt static libraries for the same architecture but different platforms (ios and ios simulator)
We have this podspec referring a static library with spec.vendored_libraries . The static library was build for 2 cases:
arm64, ios
arm64, ios-simulator
Pod::Spec.new do |spec|
spec.platform ...
1
vote
0
answers
141
views
Cocoapods vendored frameforks cause "Multiple commands produce ..." error
I am developing an Expo iOS module and need to use frameworks provided by a company. I have specified my framework files like this in the podspec file:
s.vendored_frameworks =
'Frameworks/EnQualify....
0
votes
1
answer
188
views
CocoaPods 'pod trunk push' Error Finding File
I am trying to publish my library, and when I run: pod lib lint
I get SwiftUIHelper passed validation.
but when I do pod trunk push I get some errors:
-> SwiftUIHelper (0.0.1)
- WARN | [iOS] ...
0
votes
1
answer
81
views
Spec Linting Fails when test_specs are added
Whenever I run pod spec lint, I get an error.
This is the log report:
CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local
because checking is only performed in repo update
...