Closed artyom-kolesnikov closed 3 years ago
Same for us Unity2019.4.10f1 Tried decreasing version to 8.1.1 - still same issue
Apparently the problem was in gradle openbakery plugin that uploads ipa to testflight. We just migrated to xcodebuild commands and problem disappeared
For us the issue existed because we used xcodebuild build
instead of xcodebuild archive
. This somehow worked normally until Facebook SDK began to use Swift libraries, I think.
Checklist
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
2018.4.23f1
9.0.0
iOS
Goals
Upload iOS application with latest FB SDK to the App Store Connect for publishing.
Expected Results
iOS application is successfully uploaded to the App Store Connect.
Actual Results
Upload failed with following errors:
Steps to Reproduce
Code Samples & Details
We faced this issue after upgrading FB SDK from 7.19.1 to 9.0.0.