-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#2192Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.p: in_app_purchasePlugin for in-app purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
Steps to Reproduce
$ cd packages/in_app_purchase/example/
$ flutter build ios
$ cd ios
$ /usr/bin/xcodebuild build -workspace Runner.xcworkspace -scheme Runner -configuration Release CODE_SIGN_IDENTITY=- CODE_SIGNING_ALLOWED=NO analyzeLogs
InAppPurchasePlugin.m:20:1: warning: Property of mutable type 'NSMutableDictionary' has 'copy' attribute; an immutable object
will be stored instead
@property(copy, nonatomic) NSMutableDictionary *productsCache;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
Metadata
Metadata
Assignees
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.p: in_app_purchasePlugin for in-app purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specifically