The plugin worked fine until last night. Getting the following errors in iOS only after updating to the latest version of Ionic / Cordova (android is ok).
Updated to:
Version xcode 7.2.1 ionic version 1.7.14
I also tested the same application with another mac working with the previous version of ionic 1.7.13 and cordova 6, and all this is good.
After testing with an older version, I built a new Mac (laptop with new wives) with the latest ion installation and again the same error.
Here is the plugin https://ionicthemes.com/tutorials/about/native-facebook-login-with-ionic-framework
The following build commands failed : CompileC build / testFresh.build / Debug-iphonesimulator / testFresh.build / Objects-normal / i386 / FacebookConnectPlugin.o testFresh / Plugins / phonegap-facebook-plugin / FacebookConnectPlugin.m normal i386 objective-c com .apple.compilers.llvm. clang.1_0.compiler (1 crash)
ERROR starts one or several platforms: Error code 65 for the command: xcodebuild with args: -xcconfig, / Applications / AMPPS / www / ionic / testFresh / platform / ios / cordova / build-debug.xcconfig, -project, testFresh.xcodeproj, arches = i386, -target, testFresh, -configuration, debugging, -sdk, iphonesimulator, build, VALID_ARCHS = i386, CONFIGURATION_BUILD_DIR = / Application / AMPPS / WWW / ionic / testFresh / platform / IOS / assembly / emulator, SHARED_PRECOM / AMPPS / WWW / ionic / testFresh / platforms / iOS / builds / sharedpch You may not have the required environment or OS to run this project.
source
share