Problems building ios with cordova.purchase

After updating pretty much everything (node/ionic/cordova/xcode/…)

I get the following error when I do ionic build ios:

`** BUILD FAILED **

The following build commands failed:
CompileC build/Packtor.build/Debug-iphonesimulator/Packtor.build/Objects-normal/i386/InAppPurchase.o Packtor/Plugins/cc.fovea.cordova.purchase/InAppPurchase.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users//dropbox/packtor/mobileapp/packtor/platforms/ios/cordova/build-debug.xcconfig,-project,Packtor.xcodeproj,ARCHS=i386,-target,Packtor,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users//dropbox/packtor/mobileapp/packtor/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/**/dropbox/packtor/mobileapp/packtor/platforms/ios/build/sharedpch`

I tried:

  • rm / add the plugin
  • rm / add platform
  • rm / add platform folder & plugin folder

Here is my versions:
cc.fovea.cordova.purchase 4.0.0 "Purchase"
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.1
Ionic Version: 1.2.4
Ionic CLI Version: 1.7.14
Ionic App Lib Version: 0.7.0
ios-deploy version: 1.8.5
ios-sim version: 5.0.3
OS: Mac OS X El Capitan
Node Version: v5.10.0
Xcode version: Xcode 7.3 Build version 7D175

building for android works.

Does anyone has any idea or a solution for this?

Thanks!

Seb

OK. It’s working now. I don’t know exactly what I did - but I guess it was reinstallinf everything (platform/plugin) fresh outside of the dropbox folder.