Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to open configuration settings file #1267

Open
kamalkumar13 opened this issue Oct 3, 2023 · 1 comment
Open

unable to open configuration settings file #1267

kamalkumar13 opened this issue Oct 3, 2023 · 1 comment

Comments

@kamalkumar13
Copy link

/Users/Saini/Desktop/ChatSecure-iOS/Pods/Target Support Files/Pods-ChatSecureCorePods-ChatSecure/Pods-ChatSecureCorePods-ChatSecure.ios_debug.xcconfig:1:1 unable to open configuration settings file

I am getting this issue after successfully install pods. Any solution for this?
Screenshot 2023-10-03 at 7 57 38 PM
Screenshot 2023-10-03 at 7 57 51 PM

@kamalkumar13
Copy link
Author

I did follow these steps to resolve above issues:

Inside the project root directory

root
|-
|- .xcodeproj
|- .xcworkspace
|- Tests
|- Podfile
|- Podfile.lock
|- Pods
Delete the following files. Ensure you have copied the contents of Podfile.

Podfile
Podfile.lock
Pods Folder
Open your .xcodeproj using Xcode or using terminal command

open .xcodeproj
Inside Xcode, locate the "Pods" folder which should contain something along the lines of...

Pods
|- Pods-.debug.xconfig
|- Pods-.release.xconfig
Delete those references and select "move to trash" when prompted.

Close Xcode

Now run the following:

pod init && pod install
Open your Podfile and paste in your previously copied old Podfile that was deleted earlier.

run the following command:

pod install
In terminal open Xcode again with the following command

open .xcworkspace
Note: that I opened the xcworkspace file NOT the xcodeproj file.

At this point for me I was able to compile my code as normal without having to change back to the Legacy Build System.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant