-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#3145Labels
toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Root problem:
I'm trying to run the tests for in_app_purchase's in the example app. They fail to compile because @import in_app_purchase fails to find that module.
Diagnosis:
I suspect that is because the testspec is missing from the pod invocation in podhelper.rb:
| pod plugin_name, :path => File.join('.symlinks', 'plugins', plugin_name, 'ios') |
Here is the documentation for adding tests to podspecs: https://guides.cocoapods.org/using/test-specs.html
Metadata
Metadata
Assignees
Labels
toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.