Hi All,
I have recently used cordova-plugin-braintree for my Ionic app. While installing the Plugin, it's successfully installed for android, but it's not installing for iOS platform and showing error,
=>"Error: Path must be a string. Received undefined"
And after that while creating build for iOS platform, again it's showing error and not able to create build. Here is the errors while on creating the build for iOS platform.
=> BUILD FAILED
The following build commands failed:
CompileC build/Reddot.build/Debug-iphonesimulator/Reddot.build/Objects-normal/i386/BraintreePlugin.o Reddot/Plugins/cordova-plugin-braintree/BraintreePlugin.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,PATH_TO_PROJECT/platforms/ios/cordova/build-debug.xcconfig,-project,Reddot.xcodeproj,ARCHS=i386,-target,Reddot,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=PATH_TO_PROJECT/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=PATH_TO_PROJECT/platforms/ios/build/sharedpch
Hi All, I have recently used cordova-plugin-braintree for my Ionic app. While installing the Plugin, it's successfully installed for android, but it's not installing for iOS platform and showing error, =>"Error: Path must be a string. Received undefined" And after that while creating build for iOS platform, again it's showing error and not able to create build. Here is the errors while on creating the build for iOS platform.
=> BUILD FAILED
The following build commands failed:
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,PATH_TO_PROJECT/platforms/ios/cordova/build-debug.xcconfig,-project,Reddot.xcodeproj,ARCHS=i386,-target,Reddot,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=PATH_TO_PROJECT/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=PATH_TO_PROJECT/platforms/ios/build/sharedpch