Open jnovak-SM2Dev opened 3 months ago
Hi @jnovak-SM2Dev thank you for reaching out. Can you share more about what exactly was the build command that failed? What is the error for the OneSignalNotificationServiceExtension?
@nan-li That's all the log has about it. If I do verbose
it gives me 500 lines, but nothing more about the error. Do I need to add anything to the RunnerTests
target? That's the only thing I can think of.
Main Target:
Test Target:
The ld
command is a link editor, also known as a linker. It combines object and archive files to create an executable. Without a failure or error message, I don't know how to help you resolve.
How can we help?
How do I get XCTests in RunnerTests to work in a Flutter app? I assume I need to add something to the test build target, but the docs don't mention anything.
Test command (from Firebase Test Lab docs)
The error I receive
Firebase Test Lab docs:
https://github.com/flutter/flutter/tree/main/packages/integration_test#ios-device-testing
Code of Conduct