lancefu-eventbase

Results 7 comments of lancefu-eventbase

@paulb777 Thanks for the quick reply. I am going to try to compile and export the xcframework manually with newer Xcode to see if that does the trick.

To give an update, unfortunately, using Xcode 15.2+ didn't fix the issue. I still got the same error when uploading via Transporter, which complained about no architecture in the binary...

> @lancefu-eventbase Have any progress? @zhaojb9 After removing Firebase from our library and moving it to the app itself, everything looks fine. Apple has reviewed the app for test build...

> @lancefu-eventbase Sorry, I also want to confirm some information. Have you tried including Firebase in your own library, then signing your own library, and then submitting it for review....

I have tried to switch to Swift Package Manager from Carthage, but I encountered the issue described here: https://github.com/ReactiveX/RxSwift/issues/2424. The issue was closed without a resolution because the OP somehow...

Just echoing everyone has said. We have also encountered this issue yesterday. We were able to use @ramakser's PR: https://github.com/fastlane/fastlane/pull/29580 to workaround the issue for now. Other than the linting...

> Updating Fastlane to v 2.228.0 resolved the issue for me. Same. Updating to https://github.com/fastlane/fastlane/releases/tag/2.228.0 has fixed it for me too.