Facing Code signing issue with RunnerTests #1493
Replies: 2 comments 3 replies
-
Hi @akankshajify, provide a build id as well please. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pushd ios
xcodebuild -workspace Runner.xcworkspace -scheme ${FLAVOR} -config Release-${FLAVOR} -derivedDataPath $output -sdk iphoneos build-for-testing
popd
I am using this command but its not running the test from codemagic. Same works from my local file.
I am getting error -
Terminating app due to uncaught exception 'NSInternalInconsistencyException', Failed to extract signing attributes: Error Domain=com.google.runner.Codesign Code=0 "Failed to extract signing attributes from bundle /var/folders/9z/9trhkc1s6z3_y5y610tfzns40001yh/T/testFiles9784126518984024676/Release-dev-iphoneos/Runner.app/PlugIns/RunnerTests.xctest: /var/folders/9z/9trhkc1s6z3_y5y610tfzns40001yh/T/testFiles9784126518984024676/Release-dev-iphoneos/Runner.app/PlugIns/RunnerTests.xctest: code object is not signed at all
Beta Was this translation helpful? Give feedback.
All reactions