cordova-node-xcode icon indicating copy to clipboard operation
cordova-node-xcode copied to clipboard

fix pbxProject.addBuildPhase

Open Athorcis opened this issue 2 years ago • 0 comments

addBuildPhase method fail when pbx file contains file references without path, it happen with cordova-ios 7. The file reference without path is [Object: null prototype] { isa: 'PBXFileReference', lastKnownFileType: 'folder.assetcatalog', name: 'Assets.xcassets', sourceTree: '"<group>"' }

Athorcis avatar Sep 05 '23 16:09 Athorcis