Skip to main content
-4 votes
0 answers
38 views

I am only relatively new to the community. However, I can't get a few packages together and now I don't know how to get any further and I'm still at the beginning of my project, I would also be ...
Shiba Inu_TV's user avatar
0 votes
1 answer
46 views

I need to pack an API that depends on a C binary into a single xcframework. This task seems to be quite tricky because I cannot find any helpful resources. I don't know how to proceed. I have a ...
Chris85's user avatar
0 votes
0 answers
28 views

So, I have SwiftUI project, which is multi-modular project. All the modules are included in the form of SPM. Everything works fine until now when we are required to integrate third party sdks which ...
Abu Bäkr's user avatar
  • 343
0 votes
0 answers
92 views

I am integrating Google Maps SDK for iOS into my Kotlin Multiplatform (KMP) project. Earlier I was using CocoaPods and everything was working. Now I migrated to Swift Package Manager (SPM) and removed ...
Pawandeep Singh's user avatar
1 vote
1 answer
63 views

I’m trying to build and upload an iOS app to TestFlight using an Azure DevOps pipeline, but the build fails during the archive step with signing errors related to Swift Package dependencies (e.g., ...
masoma's user avatar
  • 23
0 votes
0 answers
34 views

I have one xcode work space contain two iOS app projects and one shared lib framework. Recently, we are trying to SPM to import another SDK into our projects. I have set the package dependency in the ...
RayChen's user avatar
  • 1,468
1 vote
1 answer
304 views

I recently updated to Xcode 26.0.1. When I try to add Alamofire (or any other library) via Swift Package Manager in a new test project, the build fails with this error: No such file or directory: '/...
Ruveyda Bingöl's user avatar
0 votes
0 answers
137 views

I wanted to move away from CocoaPod because of the latest changes and now using all the packages with Swift Package Manager. The only one that I have issue with is FirebaseUI-OS/Storage version 15.1.0....
Icare's user avatar
  • 1,439
0 votes
1 answer
323 views

Xcode 26b7 & Xcode 16.4 I added this line to my Package.swift: .package(url: "https://github.com/firebase/firebase-ios-sdk.git", .upToNextMajor(from: "12.2.0")), And get this ...
Darren Ehlers's user avatar
-2 votes
1 answer
114 views

I want to add a Sourcery to my project and I use the official documentation for this: https://krzysztofzablocki.github.io/Sourcery/installing.html I need the option via the SPM. I downloaded and did ...
Соня Кудрявцева's user avatar
0 votes
0 answers
110 views

I successfully added Swift Package Manager (SPM) dependencies to my project in Xcode, but when I open the project in Cursor, the project files show up fine, but none of the SPM dependencies are ...
summer's user avatar
  • 11
-2 votes
1 answer
111 views

I am developing SPM and want to integrate C++ code base into SPM using Swift C++ interop. I have added c++ file in the SPM and tried to call CPP function in the swift file but it does not work. Below ...
user1066642's user avatar
0 votes
1 answer
168 views

I'm trying to upgrade the Facebook iOS SDK in my Swift-based iOS app using Swift Package Manager (SPM). Currently, my project is locked at version 14.1.0 with the rule set to Up to Next Major Version. ...
Kerem DEMİR's user avatar
0 votes
0 answers
198 views

I have a React Native app using Expo, and I need to integrate a Swift open-source library that doesn’t have any React Native bindings. Since I need to make some custom modifications to that library, I ...
juanma_gil's user avatar
2 votes
0 answers
133 views

Is there any way to use the native iOS mapbox navigation sdk in an expo module WITHOUT using a third party expo or react-native package? I'm following this expo guide on how to Wrap third-party native ...
Cedric's user avatar
  • 1,070

15 30 50 per page
1
2 3 4 5
89