This repository has been archived by the owner on May 23, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 79
iOS build failure. #93
Comments
Try flutter clean, flutter pub get, flutter precache, pod deintegrate and pod install. And use Xcode 12.2, This issue is a real bug in Realm. |
@JideGuru Once you push the updated EpubViewerKit to cocoapods, I can make a PR for epub_viewer to use the updated one. Thanks! |
@bkoznov The version is out https://cocoapods.org/pods/EpubViewerKit. I'll be expecting your PR. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue -
Since the new version (v0.2.0) is released. I'm unable to build my application for iOS.
pod --version - 1.10.1
flutter doctor -v
Platform (iOS) -
Crash / Error -
Keeping the warnings aside, the real issue here is cause by swiftRealm. Once I comment epub_viewer from my pubspec.yaml the build completes successfully. So the main issue is.
/Users/mac/aqdar-build-shivam/aqtar_read_and_writes/ios/Pods/RealmSwift/RealmSwift/Combine.swift:38:40: error: 'Identifiable' is only available in application extensions for iOS 13 or newer
Steps to reproduce / Describe in detail -
I did the following steps before running the application.
flutter clean
rm -rf ios/Pods
rm -rf ios/.symlinks
rm -rf ios/Flutter/Flutter.framework
rm -rf ios/Flutter/Flutter.podspec
rm ios/Podfile
flutter run
I have also tried shifting the iOS version to 13 and 13.2. As the error suggests but it was not helpful.
The text was updated successfully, but these errors were encountered: