Post

Replies

Boosts

Views

Activity

Reply to Error building instrumentspackage with latest Xcode 13.3
Hello, Same issue here. We've isolated the column description that fails:     <column>       <mnemonic>label</mnemonic>       <title>Label</title>       <type>string</type>       <expression>         (str-cat ?step " " ?name)       </expression>     </column> Note that it works well with Xcode 13.2.1 but not with Xcode 13.4 Note that (str-cat ?step "***") compiles with Xcode 13.4 Note that (str-cat "***" ?step "***") compiles with Xcode 13.4 Note that (str-cat ?name "***" ?step) doesn't compile with Xcode 13.4
Sep ’22