issues
search
Jiggy9
/
JCT
New India Vibrant 2023 Hackathon Flutter Project - Jamnagar Complaint Tracer Application
MIT License
11
stars
37
forks
source link
[BUG] IOS Build failing resolved.
#44
Closed
may-tas
closed
1 month ago
may-tas
commented
1 month ago
Resolves #43
Solution:
To resolve this issue, I navigated to the directory ios/podfile.
In podfile, I uncommented the line
platform :ios, '12.0'
to define a global platform for my project.
In podfile, I changed the platform version to 13.0 which supports the cloud_firestore_plugin.
After this I changed the directory to ios using
cd ios
command in terminal.
Finally, used pod install and pod repo update.
This resolved the issue.
may-tas
commented
1 month ago
@Jiggy9 Please review and merge under suitable labels.
Resolves #43
Solution: