小编San*_*rle的帖子

离子 2 - 错误:在 ios 中找不到模块“FirebaseInstanceID”

我尝试在 iOS 上构建一个带有推送通知的 Ionic 2 应用程序。

我有三个错误:

diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Run Code Online (Sandbox Code Playgroud)

我试图解决它在我的 [CP] Check Pods Manifest.lock 中购买此修改:

diff "${SRCROOT}/Podfile.lock" "${SRCROOT}/Pods/Manifest.lock" > /dev/null
if [ $? != 0 ] ; then
    # print error to STDERR
    echo "error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your …
Run Code Online (Sandbox Code Playgroud)

push-notification ios firebase ionic2 angular

6
推荐指数
0
解决办法
6251
查看次数

标签 统计

angular ×1

firebase ×1

ionic2 ×1

ios ×1

push-notification ×1