mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

Cannot find Pods-<ProjectName>.debug.xcconfig #96

Closed humberthumbert closed 5 years ago

humberthumbert commented 5 years ago

Hey, me again. After I pod install successfully, I encountered another problem saying that xcode could not find the Pods-'ProjectName'.debug.xcconfig file which should be located in 'Your ProjectDir'/Pods/Target Support Files/Pods 'ProjectName'/ and the error message it gave me indicated that it was trying to find the file in 'Your ProjectDir'/Pods/Pods/Target Support Files/Pods 'ProjectName'/.

I just solved it by duplicating the Pods directory in it. Again I am not sure if it only happened to me.

jsflax commented 5 years ago

Hey again,

Are you able to reproduce this at all? That sounds like it could be a caching issue with Pods more so than Stitch related. Happy to talk it out though.

jsflax commented 5 years ago

Please try installing our latest version, 4.1.0. This cleans up our dependency graph that was causing the previous issues.