ios - Swift: conditional compilation flags must be valid Swift identifiers -


today downloaded xcode 9.0 beta 4 , after building project next warning messages

<unknown>:0: error: conditional compilation flags must valid swift identifiers (rather '-xfrontend') <unknown>:0: error: conditional compilation flags must valid swift identifiers (rather '-debug-time-function-bodies') command /applications/xcode-beta.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/swiftc failed exit code 1 

i have tried several options have searched here cannot find solution this.

  • cleaned project
  • cleaned build folder
  • restarted xcode
  • restarted laptop

anyone on this?

at point, or coworker included flags see how long xcode takes swift files compile. can remove them don't affect compilation. not sure if still supported if are, active compilation conditions don't take format of starting dash anymore seems.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -