Missing dependency target "CordovaLib (from CordovaLib.xcodeproj)"

Hello all, I just recently came across an issue when building for iOS. (meteor 1.3.4.4)

$ meteor build ~/(path for dist) --server (ip for mobile server) --mobile-settings (settings)

$ open ~/(path for dist)/ios/project/match.xcodeproj

When Xcode indexes my app, I get this warning/error…

Missing dependency target "CordovaLib (from CordovaLib.xcodeproj)"

Command failed due to signal: Segmentation fault: 11 - ! Compile WebAppLocalServer.swift

/ios/project/match/Bridging-Header.h error: 'Cordova/CDV.h' file not found import <Cordova/CDV.h>

App still runs fine when I use —
$ meteor run ios-device

I’ve done many successful builds in the past with no issue (well done MDG/Martijn Walraven :slight_smile: ).

Any ideas how I can fix this? I must have messed something up locally, because I archived a successful build as of a couple weeks ago. Could this be related to the dev_bundle changes that were added in release 1.3.4.4?

Found a related github issue, but none of the solutions worked for me.

Any ideas/clues?

Thanks