cocoapodsでxcconfigファイルが正しく登録されないとき
現象
備忘録です。
Unityのプロジェクトにcocoapodsを実行しても正常にビルドできない。
xcconfingが正常に読めていないためプロジェクトの設定にxcconfigのファイルが表示されない。
エラー内容
ビルドしたら以下のようなエラーが出た。
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.
プロジェクトの設定をみるとxcconfigファイルが正常に設定されていない。
修正手順
Unityプロジェクトに登録されているPodsフォルダが古いものがあると
pod installやupdateをしても正常に最新のものに更新できないようです。
このため以下のような手順で状態を復帰。
1.UnityプロジェクトのPodsフォルダを削除
2.Xcodeを閉じる
3.pod installまたはupdateを実行
これでPodsファイルがUnityプロジェクトへ再登録され
xcconfigファイルの設定自体も正常に復帰していた。
Author And Source
この問題について(cocoapodsでxcconfigファイルが正しく登録されないとき), 我々は、より多くの情報をここで見つけました https://qiita.com/akerusoft/items/ce1a1f392b7e59b87fd1著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .