-
Notifications
You must be signed in to change notification settings - Fork 170
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
Swift Compiler Error (Xcode): '@objc' property in extension of subclass #1079
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Hi @spn107 what is your iOS deployment target? Open the Xcode project in the |
Hello
I am using minimum deployment ios 13 |
I am also facing this issue |
Hello, Apologies for the delay, this issue got lost in our ticket tracking system. I'll make sure to watch this issue so that it doesn't go unattended for too long again. Are you building from Xcode or using |
It not work not from xcode neither from flutter build ios. Ios build version 13 , purchases_flutter 6.29.4 - 6.30.2 same problem with latest flutter + latest xcode |
updating to purchases_flutter: ^8.1.6 has resolved this issue for me |
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
Output of
flutter doctor
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.4.1 23E224 darwin-arm64, locale en-BD)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.2)
[✓] VS Code (version 1.87.2)
[✓] Connected device (3 available)
[✓] Network resources
Version of
purchases-flutter
-> purchases_flutter: ^6.29.1Testing device version -> iOS 15.5
Describe the bug
Failed to build iOS app
Swift Compiler Error (Xcode): '@objc' property in extension of subclass of 'Offering' requires iOS 13.0.0
/Users/noob/Documents/Spondonit_office/lms_flutter_app/lms_flutter_app/ios/Pods/PurchasesHybridCommon/ios/PurchasesHybridCommon/PurchasesHybridCommon/Offering+HybridAdditions.swift:13:14
Swift Compiler Error (Xcode): '@objc' property in extension of subclass of 'PromotionalOffer' requires iOS 13.0.0
/Users/noob/Documents/Spondonit_office/lms_flutter_app/lms_flutter_app/ios/Pods/PurchasesHybridCommon/ios/PurchasesHybridCommon/PurchasesHybridCommon/PromotionalOffer+HybridAdditions.swift:13:8
Swift Compiler Error (Xcode): '@objc' static method in extension of subclass of 'Purchases' requires iOS 13.0.0
/Users/noob/Documents/Spondonit_office/lms_flutter_app/lms_flutter_app/ios/Pods/PurchasesHybridCommon/ios/PurchasesHybridCommon/PurchasesHybridCommon/Purchases+HybridAdditions.swift:15:16
Swift Compiler Error (Xcode): '@objc' static method in extension of subclass of 'Purchases' requires iOS 13.0.0
/Users/noob/Documents/Spondonit_office/lms_flutter_app/lms_flutter_app/ios/Pods/PurchasesHybridCommon/ios/PurchasesHybridCommon/PurchasesHybridCommon/Purchases+HybridAdditions.swift:73:16
Uncategorized (Xcode): Command SwiftCompile failed with a nonzero exit code
The text was updated successfully, but these errors were encountered: