I upgrade cocospods to 1.9.3 since this PR #9551 fix project path handling issue causing bad cmake generated projects. However the problem remains.
Run the following commands on the attached project: HelloCocoaPods.zip
cd HelloCocoaPods
mkdir build && cd build
cmake .. -GXcode
pod install
open HelloCocoaPods.xcworkspace/
xcconfig references are valid and project compiles successfully.
Compilation error:
xcconfig references are incorrect

After manually fix the xcconfig references, recompile and report bellow errors:
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.

CocoaPods : 1.9.3
Ruby : ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]
RubyGems : 3.0.3
Host : Mac OS X 10.15.4 (19E287)
Xcode : 11.4 (11E146)
Git : git version 2.24.1 (Apple Git-126)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib
Repositories : master - git - https://github.com/CocoaPods/Specs.git @ e9140d11dc0b6b616cad3433452666ddcb3bed3c
Specs - git - [email protected]:CocoaPods/Specs.git @ ed7915533ac3c0cf3093eb6295b98faa4aaeaf97
trunk - CDN - https://cdn.cocoapods.org/
Executable Path: /usr/local/bin/pod
cocoapods-deintegrate : 1.0.4
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.0
cocoapods-stats : 1.1.0
cocoapods-trunk : 1.4.1
cocoapods-try : 1.1.0
I upgrade cocospods to 1.9.3
The fix landed for 1.10 which has not been released yet.
@dnkoutso can i know when 1.10 is released?
We do not plan releases, but if i had to guess this week or next.
Our game engine Creator will release a version that uses CMake at the end of July. So i want to know if 1.10 will be released then. Thanks.
I faced same issue, I downgraded to 1.9.0
1.10.0.beta.1 is out btw with new Xcodeproj gem. Can someone try it and confirm if this is fixed or not?
@dnkoutso tried yesterday and it's working fine!
Closing for now!
Most helpful comment
1.10.0.beta.1 is out btw with new Xcodeproj gem. Can someone try it and confirm if this is fixed or not?