xml - How to install AEXML module in my iOS 10 and Xcode 8 application using carthage? -
i trying add aexml module (https://github.com/tadija/aexml) xml parsing in ios 10 application xcode 8. however, getting error while building dependencies command carthage update --platform ios
.
swift version: 3.0
xcode version: 8
carthage version: 0.17.2
cartfile
github "tadija/aexml"
error after running carthage update --platform ios
command
gsirn-021308:applepayswag-final chandeln$ swift -version apple swift version 3.0 (swiftlang-800.0.46.2 clang-800.0.38) target: x86_64-apple-macosx10.9 gsirn-021308:applepayswag-final chandeln$ carthage update --platform ios *** fetching aexml *** checking out aexml @ "4.0.0" *** xcodebuild output can found in /var/folders/q7/bltc5kls62n2mzlvwhctctzr0000gn/t/carthage-xcodebuild.3nnoot.log *** building scheme "aexml ios" in aexml.xcodeproj ** build failed ** following build commands failed: compileswift normal arm64 /users/chandeln/documents/applepayswag-final/carthage/checkouts/aexml/tests/aexmltests.swift compileswiftsources normal arm64 com.apple.xcode.tools.swift.compiler (2 failures) shell task (/usr/bin/xcrun xcodebuild -project /users/chandeln/documents/applepayswag-final/carthage/checkouts/aexml/aexml.xcodeproj -scheme aexml ios -configuration release -sdk iphoneos only_active_arch=no bitcode_generation_mode=bitcode code_signing_required=no code_sign_identity= carthage=yes clean build) failed exit code 65: ** build failed ** following build commands failed: compileswift normal arm64 /users/chandeln/documents/applepayswag-final/carthage/checkouts/aexml/tests/aexmltests.swift compileswiftsources normal arm64 com.apple.xcode.tools.swift.compiler (2 failures)
Comments
Post a Comment