All Questions
106 questions
0
votes
0
answers
67
views
Creating a framework and using pods in it, and call this whole framework in a project Xcode
I have a query, i am converting my project into a framework..
All the pods are installed in my code already, i have created the framework by simply selecting Framework, then i just created a class to ...
1
vote
1
answer
1k
views
my pod framework are missing after updating xcode to 14.3.1
my project worked perfectly before i update xcode to 14.3.1
now it looks like xcode can't find my frameworks
i drop images of parts of my project below.
after build my project this is console error
...
1
vote
1
answer
319
views
Cocoapods, Library not loaded
I get this error message :
Thread 1: signal SIGABRT
dyld[1057]: Library not loaded:
@rpath/AlgoliaSearchClient.framework/AlgoliaSearchClient Referenced from: <EFE10BCF-D1E4-32F9-9D3B-BC496485BF96&...
1
vote
1
answer
1k
views
How should I pull in a vendored_framework into my project?
I know how to package my code in the PodSpec. I'm using this post on how to publish my xcframework using cocoapods
Pod::Spec.new do |spec|
spec.name = "StarWars"
spec....
0
votes
0
answers
261
views
Xcode Swift Error: Framework not found FirebaseAnalytics
I tried adding FirebaseAnalytics now in getting this error.
This is my pod file:
And this is the error:
Framework not found FirebaseAnalytics
tried adding $(inherited) in the build settings. tried ...
0
votes
1
answer
216
views
XCFramework dependency each other
I have three frameworks as follows
A - XCFramework which is using some cocoapod library
B - Which is dependent on A
C - which is dependent on A
How do we archive this
What we tried:
Framework A can ...
1
vote
0
answers
247
views
Cocoapods installing SwiftAA for iOS and watchOS but not macOS Catalyst
What I am trying to do: I am writing a date and time program (“Date-O-Rama”) for iOS, macOS, and watchOS. (Apple has been getting much nicer about running the same code on different platforms with ...
0
votes
1
answer
280
views
Swift - exclude pod file from update
I am using Swift 5.0 and I installed a pod where the code had to be updated manually - which I did.
Everytime when I run pod install, the changes I did (update to Swift 5.0) get overwritten and of ...
0
votes
1
answer
162
views
Xcode Build skipping custom cocoapod
Recently I created a custom framework. It allows you to easily add Google Admob ads to your SwiftUI app. However, after installing the pod ( import SwiftUIMobileAds) to a test app I get a "Module ...
2
votes
0
answers
283
views
How to solve an error - No such module 'Framework' for private framework that is used in main project and internal pod?
We have internal framework (let’s call it Testable) as a target of Application Project. Testable is used in several targets of Application project and we don’t want to extract it to separate repo for ...
0
votes
1
answer
280
views
How can I add pods for testing without "repeating" them in my `Podfile` when using multiple Frameworks?
We have multiple Frameworks in our project where a couple are "dependent" of another. For example, Core is dependent of Services. Almost every Framework has Pods.
I want to know how can I &...
0
votes
1
answer
111
views
How to use cocoapods inside swift framework
im developing a framework and i added alamofire with cocoapods inside my frame work but when i add my frame work to my target app it crashes with this error :
dyld: Library not loaded: @rpath/...
7
votes
1
answer
4k
views
import .framework inside SPM (Swift Package Manager)
We are trying to integrate TikTokOpenSDK.frameowork (https://developers.tiktok.com/doc/ios_quickstart) within our custom Swift Package.
TikTok only gives us .framework access (you can download it ...
2
votes
1
answer
1k
views
XCFramework "Cannot load underlying module"
I've built an SDK as an XCFramework, which shares dependencies with the app that uses it. When I build, I'm getting:
...SDK.swiftmodule/arm64-apple-ios.swiftinterface:20:8: Cannot load underlying ...
0
votes
1
answer
2k
views
Xcode with Pod: Double-quoted include "ph.b" in framework header [duplicate]
This error appears when I upgrade xcode to 12