You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to run the example on iOS Simulator, I encountered the error as the screenshot.
After some research, I can fix with 2 steps below:
in Podfile, uncomment line 2 (remove the # character, means force build for ios 9 instead of default ios 8) platform :ios, '9.0'
run pod install in ios folder
Although I can fix it with these 2 steps, I think this's not the correct change to make a new PR (especially pod install). Maybe some changes from Flutter configuration is the right solution.
<Error screenshot>
The text was updated successfully, but these errors were encountered:
When I tried to run the example on iOS Simulator, I encountered the error as the screenshot.
After some research, I can fix with 2 steps below:
platform :ios, '9.0'
pod install
inios
folderAlthough I can fix it with these 2 steps, I think this's not the correct change to make a new PR (especially
pod install
). Maybe some changes from Flutter configuration is the right solution.<Error screenshot>
The text was updated successfully, but these errors were encountered: