Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build warnings #95

Closed
nohli opened this issue Sep 14, 2020 · 3 comments
Closed

Build warnings #95

nohli opened this issue Sep 14, 2020 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@nohli
Copy link

nohli commented Sep 14, 2020

Describe the bug
Build warnings

Environment
1. Platform: iOS
2. SDK version: 2.9.0
3. OS version: 13.7
4. XCode/Android Studio version: 11

Additional context

[00:14:02]: ▸ ⚠️  /Users/.../code/.../ios/Pods/PurchasesHybridCommon/ios/PurchasesHybridCommon/PurchasesHybridCommon/RCPurchases+HybridAdditions.m:13:17: method definition for '_setPushTokenString:' not found [-Wincomplete-implementation]
[00:14:02]: ▸ @implementation RCPurchases (HybridAdditions)
[00:14:02]: ▸                 ^
[00:14:02]: ▸ ⚠️  /Users/.../code/.../ios/Pods/PurchasesHybridCommon/ios/PurchasesHybridCommon/PurchasesHybridCommon/RCPurchases+HybridAdditions.m:13:17: method definition for 'configureWithAPIKey:appUserID:observerMode:userDefaults:platformFlavor:platformFlavorVersion:' not found [-Wincomplete-implementation]
[00:14:02]: ▸ @implementation RCPurchases (HybridAdditions)
[00:14:02]: ▸ ^
@nohli nohli added the bug Something isn't working label Sep 14, 2020
@aboedo
Copy link
Member

aboedo commented Sep 21, 2020

hi! 👋 thanks for opening. Those warnings should be safe to ignore for now, but we're going to do some refactors so that they no longer show. Sorry for the annoyance.

@erf
Copy link

erf commented Nov 5, 2020

I also get the following warning when building for iOS:

/Users/erlend/.pub-cache/hosted/pub.dartlang.org/purchases_flutter-1.4.3/ios/Classes/PurchasesFlutterPlugin.m:197:28: 'addAttributionData:network:networkUserId:' is deprecated: Use the set<NetworkId> functions instead.

@aboedo
Copy link
Member

aboedo commented Dec 28, 2020

@nohli @erf this has been fixed in version 2.0.0, which has just been released. Thanks again for reporting! 🎉

@aboedo aboedo closed this as completed Dec 28, 2020
@aboedo aboedo added this to the 2.0.0 milestone Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants