This should be very simple, one of the firsts things one do when starts a new project, but when I add the podfile and using usual pod install, it do not work. An error about not finding podfile.lock and manifest.lock shows up.
上设置i18n这里有任何线索吗?
答案 0 :(得分:1)
Gotcha。如果有人遇到相同的问题,我将回答这个问题:
打开Flutter/Release.xcconfig
和Flutter/Debug.xcconfig
并添加以下行:
Flutter/Debug.xcconfig
: #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
Flutter/Release.xcconfig
: #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"