Skyost / RateMyApp

This plugin allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).

Home Page:https://pub.dev/packages/rate_my_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of undeclared Identifier

reju1021 opened this issue · comments

Describe the bug
After trying to run the flutter iOS runner in Xcode, it fails with the errors:

"Header 'rate_my_app-Swift.h' not found",
"Use of undeclared identifier 'RateMyAppPlugin"

To Reproduce
Steps to reproduce the behavior:
build iOS module (flutter build iOS)
open iOS module in xcode
execute runner in xcode

Expected behavior
running application on simulator

Flutter version used: 1.22.0-1.0.pre
RateMyApp version: ^0.7.2

deleting all caches, running flutter clean and rebuild iOS build seemed to have solved this issue. Closing this ticket.