intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 225 forks source link

Archiving App with Xcode 11 / iOS 13: hanging #171

Closed phr85 closed 4 years ago

phr85 commented 4 years ago

Hello I'm using CardParts with my App (iOS 13 SDK). I can run the App in the simulator but if I try to Archiving App with Xcode 11 GM 2, it stuck. See screenshot:

Screenshot 2019-09-20 19 42 54

Xcode version: 11 GM 2 Swift Version: 5 CardParts version: 2.16.0 CocoaPods: 1.8 b2; I also try with 1.7.2

croossin commented 4 years ago

Very interesting.. we haven't built on Xcode 11 yet. I will try to do that over the weekend.

Is your app currently using CardParts in production? If so, we would love to feature it in the README! Feel free to let us know and we can add it

phr85 commented 4 years ago

Helllo @croossin Thank you for your feedback. Yes, I'm using it in production: https://itunes.apple.com/us/app/kompendium/id373040910?ls=1&mt=8

At the moment only for the "Subscription" view.

Looking forward for your feedback.

Bests

Philippe

phr85 commented 4 years ago

I downloaded the Xcode 11 today from Mac App Store: It stuck also but this time it's FirebaseMessaging. So maybe the problem is not directly related too "CardParts" Framework.

Screenshot 2019-09-21 at 11 08 24

Update #1: After updating to the latest Firebase Frameworks, it stuck again in "CardParts" .

Update #2: I removed "CardParts" framework / use of it. Now it stuck with Alamofire. I guess it's a general issue with Xcode 11 and not CardParts itself.

Update #3: I's not related to CardParts: If I remove "SwiftSoup", I don't anymore face this problem. Its a known Bug from SwiftSoup: https://github.com/scinfu/SwiftSoup/issues/125