I'm building successfully ({N} 2.5.0 Angular 2 + XCode 8.2.1) but I'm unable to archive .ipa package with your plugin. I guess it's a problem with the pods. Already tried to update to latest cocoapoads and so on.
iff: /../Podfile.lock: No such file or directory diff: Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
I've resolved this issue. The problem was that Variable ${PODS_ROOT} was not set. Build Phases -> Check Pods Manifest.lock and replaced ${PODS_ROOT} with ${SRCROOT}.
I'm building successfully ({N} 2.5.0 Angular 2 + XCode 8.2.1) but I'm unable to archive .ipa package with your plugin. I guess it's a problem with the pods. Already tried to update to latest cocoapoads and so on.
iff: /../Podfile.lock: No such file or directory diff: Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.