You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run `pod install` with CocoaPods 1.0.0 issues an error in case the Podfile doesn't reference a target. Add the project target to the Podfile.
Upon specifying target to the Podfile, however, the path to the Pods' .xcconfig file changes - reflect that change in code.
In addition, truncate and write the Podfile upon each prepare in order to avoid duplication and errors.
this.mergeXcconfigFiles(path.join(this.platformData.projectRoot,"Pods/Target Support Files/Pods/Pods.debug.xcconfig"),this.pluginsDebugXcconfigFilePath).wait();
817
-
this.mergeXcconfigFiles(path.join(this.platformData.projectRoot,"Pods/Target Support Files/Pods/Pods.release.xcconfig"),this.pluginsReleaseXcconfigFilePath).wait();
0 commit comments