Andrew Aquino

Results 7 comments of Andrew Aquino

figured it out, since `xcframeworks` don't need Carthage's copy frameworks run script anymore, you can just reference them in the dependency target like so ```yml targets: MyApp: dependencies: framework: "Carthage/Build/iOS/Alamofire.xcframework"...

this needs to be fixed, this essentially renders using SPM with xcodegen useless. Having to deal with linker issues has been a pain with this for an extended amount of...

I was able to add Firebase with Rome through XCodegen as my project builder. but looking at the files I'm sure you should be able to add them in manually...

can we merge this pleeeeeeeeeeeeaaaaaaaaaasee.

this library is amazing btw, Ktor is a really great modular library and having swagger support was one of the bigger issues. this pretty much solved it for me. hopefully...

Great thanks for the feedback @nomadplanet, we're trying not to be dependent of Carthage's `.resolved` files, at least not exclusively which is why the `Punfile` is regarded as the source...