koldoon
koldoon
@ghost, add this options to your compilerOptions: ``` "lib": [ "es5", "es6", "es2016", "dom" ], ```
Same issue, ios pipeline is broken and no workarounds seem to work for me. Any ideas how to solve this "the right way"?
@mikhael28 Using similar scripts in podfile I indeed get that check set (another_brother membership) but still have build issues: it says that lib BROTHERSDK is not found. If I re-set...
@AmauryD Yepp, exactly. This is especially useful with implicit "multi" rule, where it is not very clear how to define the whole property optional (I personally apply {optional:true} to each...