Skip to main content
1 vote
1 answer
505 views

I have a build script written in Bash that is used to create an XCFramework for iOS. The script includes several xcodebuild commands, including a clean command to clean the workspace cache. When I run ...
user avatar
0 votes
1 answer
279 views

I would like to request the HealthKit data here, but I keep getting a lot of error messages from the compiler. Does anyone know what the problem is here? Here is the code: let healthStore = ...
JamieGerber's user avatar
2 votes
1 answer
1k views

I was writing my own standalone module and wanted to use cblas_dasum for efficient calculation of the sum of absolute values of a double array. Though a message pops up saying that I have to specify ...
Baffo rasta's user avatar
3 votes
2 answers
2k views

I have created a simple swift framework from scratch and was able to use it by adding the framework to a newly created app project. Just to test, I've also created just another app project and was ...
Mando's user avatar
  • 11.8k
2 votes
0 answers
240 views

func getStudents() { var student: Student = Student() db.collection(StudentViewModel.studentCollection).addSnapshotListener { (querySnapshot, error) in guard error == nil ...
Amine BenJ's user avatar
3 votes
3 answers
977 views

I have been creating Internal (local) Swift Packages and then creating frameworks that import those packages as modules to help create service providing [public] classes and structs. Said frameworks ...
RichyZDenmark1332's user avatar
11 votes
0 answers
5k views

I'm building a Swift static library with: Xcode 13.2 (Swift compiler 5.5.2) iOS Deployment target 12.0 Build library for distribution YES Skip install NO Swift language version 5 and tried with 4.2 ...
Sebastiano Bertolin's user avatar
0 votes
1 answer
650 views

In a sample app that I have created, have used the openssl lib using module map. Following is the structure of module.modulemap file. framework module TestApp { umbrella header "TestApp.h&...
gm_Suraj's user avatar
1 vote
0 answers
216 views

I'm trying to create SDK framework in xCode12. My code have the cpp file, Objective-c and .swift files Now, when i try to generate the framework and i'm able to build the project and it's successfully ...
Nik Jack's user avatar
0 votes
1 answer
544 views

I've bumped into some specific problem, that I really need to be resolved: Trying to assemble my own Swift Package with complex structure, had an idea^ that I can re-use some design elements, such as ...
polykuzin's user avatar
0 votes
1 answer
378 views

I'm messing with some photo assets and I am trying to go through my camera roll and print out all the assets from every single photo. I know it would need to be a for loop but just not entirely sure ...
Jesse Rae's user avatar
6 votes
0 answers
1k views

My project consists of a main iOS app project and three additional frameworks for Presentation, Domain and Data layers. My own frameworks are embedded in the main target. Third party frameworks are ...
the.blaggy's user avatar
2 votes
2 answers
1k views

I have basically two frameworks running on Xcode. "ResearchKit" and "AppMethods". While all works fine, the "AppMethods" framework utilizes code within "ResearchKit&...
jasonIM's user avatar
  • 193
10 votes
2 answers
9k views

I am using a custom framework created using 3 different cocoapods. I am using this custom framework in a client app by dropping the xc framework created. As soon as the client app launches it crashes ...
Max's user avatar
  • 5,992
0 votes
1 answer
2k views

I am trying to build a Swift framework containing cocoapods, using the below universal framework script got from here: Swift universal framework depending on pod The build fails when using Xcode 12 ...
Max's user avatar
  • 5,992

15 30 50 per page
1
2 3 4 5