You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The following build commands failed:
Ld /Users/username/Projects/my_app/build/ios_integ/Build/Products/Release-iphoneos/OneSignalNotificationServiceExtension.appex/OneSignalNotificationServiceExtension normal (in target 'OneSignalNotificationServiceExtension' from project 'Runner')
The text was updated successfully, but these errors were encountered:
jnovak-SM2Dev
changed the title
How do I get XCTests to run properly (Flutter App)?
[question]: How do I get XCTests to run properly (Flutter App)?
Jul 31, 2024
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.
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
The text was updated successfully, but these errors were encountered: