zhangao0086 / DKImagePickerController

Image Picker Controller for iOS written in Swift 4 & 5.
MIT License
1.49k stars 471 forks source link

Fail to build app in Xcode 12 beta 1 #669

Closed OmarJalil closed 8 months ago

OmarJalil commented 4 years ago

This issue is a:

What Platform are you on?

What Language are you in?

Expected Behavior Project building successfully

Actual Behavior

undefined symbols for architecture armv7:
  "type metadata for Swift._StringObject.Variant", referenced from:
      outlined init with take of Swift._StringObject.Variant in DKImageAssetExporter.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
OmarJalil commented 4 years ago

This happened with lottie too btw https://github.com/airbnb/lottie-ios/issues/1214