0

私はポッドをインストールしていましたが、ポッドは正しくインストールされます。ただし、プロジェクト ナビゲーターでは、.xcconfig ファイルの色は赤色であり、一覧に表示されず、何も表示されないため、プロジェクト > 情報 > 構成でも同じように設定できません。デバッグすると、.xcconfig ファイルが次のパスの xcode によってアクセスされていることがわかりました。

/Volumes/Macintosh HD/Users/xxxxxxxxxx/Documents/xxxxxxxx/app/Pods/Pods/Target Support Files/Pods-broadcastuploadSetupUI/Pods-broadcastuploadSetupUI.release.xcconfig

/Pods が 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.

私は Xcode 9 beta で作業しています。誰でも親切に助けてもらえますか?

PS 、私は sudo gem install 、 pod update 、 disintegrate 、 install 、および解決策としてインターネットで利用できるすべてのものを試しました。誰か助けてくれたら嬉しいです

これは私のポッドファイルです:

#platform :ios, ‘11.0’
source 'https://URL_TO_ACCESS_PODSPEC_FOR_POD'
source 'https://github.com/CocoaPods/Specs.git'


target 'app' do
pod 'objective-zip', '~> 1.0'
pod 'AssistScreenShareKit'
use_frameworks!
end

target ‘broadcastupload’ do
    pod 'AssistScreenShareKit'
use_frameworks!
end

target ‘broadcastuploadSetupUI' do
pod 'AssistScreenShareKit'
use_frameworks!
end

エラー :

The file “Pods-app.release.xcconfig” couldn’t be opened because there is no such file. (/Volumes/Macintosh HD/Users/xxxxxxxx/Documents/xxxxx/app/Pods/Pods/Target Support Files/Pods-app/Pods-app.release.xcconfig)
4

3 に答える 3