pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.32k stars 184 forks source link

Carthage build failure on Xcode 12 beta 2 #91

Closed TizianoCoroneo closed 3 years ago

TizianoCoroneo commented 3 years ago

Building the library with Carthage 0.34.0, using the Xcode 12 beta 2 toolchain, produces a build error that complains about an undefined symbol for architecture armv7.

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

This looks like this same issue reported in the Apple Developer forums. Let's try again in Xcode beta 3 I guess?

pmusolino commented 3 years ago

Hi Tiziano. Can you retry with the latest beta of Xcode, please?

TizianoCoroneo commented 3 years ago

Tested 1.6.3 with Xcode 12 beta 6. Works 👍