Piotr
Piotr
This is the output of build log > UFW (M iphonesimulator): ERROR: Build failed > Traceback (most recent call last): > File "{BUILD_PATH}/Script-9FEC0D8515AEB6C7008F34AF.sh", line 804, in > run_build() > File...
What do you mean piece by piece?
Sorry, not right now. Right now i need to push a build asap in any possible way.
I think this might be caused by using cpp libraries in one of subprojects. Not sure but this is the core cause of my problems right now and this also...
The script seems to freeze at > xcodebuild -project "${PROJECT_FILE_PATH}" -target "${TARGET_NAME}" -configuration "${CONFIGURATION}" -sdk ${UFW_OTHER_PLATFORM}${UFW_SDK_VERSION} BUILD_DIR="${BUILD_DIR}" CONFIGURATION_TEMP_DIR="${PROJECT_TEMP_DIR}/${CONFIGURATION}-${UFW_OTHER_PLATFORM}" $ACTION Even without the subproject. I recreated all of the subproject settings...
If i set ONLY_ACTIVE_PLATFORM variable to something else than YES it works! But it only builds for the device and not the simulator. How can i produce a build for...
The problem is still there. When i remove `readonly` from https://github.com/appunite/CLCascade/blob/master/src/Cascade/Other/CLSegmentedView.h#L67 it starts to work correctly. Seems like the +Extension does not override readonly attribute. Adding `readwrite` to https://github.com/appunite/CLCascade/blob/master/src/Cascade/Other/CLSegmentedView%2BExtension.h#L12 does...
My example was somewhat more specific version of [vars.yml](https://github.com/ovh/venom/blob/master/tests/vars.yml) but even if it would work it would help. In the end what I was aiming at (out of scope of...
Just tried updating to 1.2.0-beta.4 and the result is the same: `Testcase "echo_myvar", step #0-0: Assertion "result.systemout ShouldContainSubstring foo" failed. expected '{{.myvar}}' to contain 'foo' but it wasn't (vars.yml:34)` when...
Hello @yesnault The full reproducer was an exact copy of [vars.yml](https://github.com/ovh/venom/blob/master/tests/vars.yml) without any changes.