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
将 flutter app 通过 pod 导入到 工程
Analyzing dependencies [!] No podspec found for Flutter in ../my_flutter/.build_ios/debug/product/Flutter
[!] Automatically assigning platform iOS with version 11.4 on target my_native because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.
down下来跑之后就出现这个问题
The text was updated successfully, but these errors were encountered:
[ +67 ms] "flutter bundle" took 18,946ms.
./build_ios.sh: line 140: puts: command not found
./build_ios.sh: line 142: puts: command not found cp: .flutter/bin/cache/artifacts/engine/ios/Flutter.framework: No such file or directory
cp: .flutter/bin/cache/artifacts/engine/ios/Flutter.podspec: No such file or directory
sed: .build_ios/debug/product/Flutter/Flutter.podspec: No such file or directory
Finish build flutter app
这个目录下确实没有这些文件
将 flutter app 通过 pod 导入到 工程
Analyzing dependencies
[!] No podspec found for
Flutter
in../my_flutter/.build_ios/debug/product/Flutter
[!] Automatically assigning platform
iOS
with version11.4
on targetmy_native
because no platform was specified. Please specify a platform for this target in your Podfile. Seehttps://guides.cocoapods.org/syntax/podfile.html#platform
.down下来跑之后就出现这个问题
The text was updated successfully, but these errors were encountered: