Closed fabiobatalha closed 8 years ago
Traceback completo:
Ld /Users/fabiobatalha/Library/Developer/Xcode/DerivedData/SciELO-ecqeawmzetkvbjdcqxvookgnvdsf/Build/Products/Debug-iphoneos/SciELO.app/SciELO normal armv7
cd /Users/fabiobatalha/Trabalho/pulsemob_app/platforms/ios
export IPHONEOS_DEPLOYMENT_TARGET=7.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk -L/Users/fabiobatalha/Library/Developer/Xcode/DerivedData/SciELO-ecqeawmzetkvbjdcqxvookgnvdsf/Build/Products/Debug-iphoneos -L/Users/fabiobatalha/Trabalho/pulsemob_app/platforms/ios/SciELO/Plugins/cordova-plugin-google-analytics -F/Users/fabiobatalha/Library/Developer/Xcode/DerivedData/SciELO-ecqeawmzetkvbjdcqxvookgnvdsf/Build/Products/Debug-iphoneos -FSciELO/Plugins/cordova-plugin-googleplus -FSciELO/Plugins/com.phonegap.plugins.facebookconnect -filelist /Users/fabiobatalha/Library/Developer/Xcode/DerivedData/SciELO-ecqeawmzetkvbjdcqxvookgnvdsf/Build/Intermediates/SciELO.build/Debug-iphoneos/SciELO.build/Objects-normal/armv7/SciELO.LinkFileList -miphoneos-version-min=7.0 -dead_strip -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak-lSystem -ObjC -fobjc-arc -fobjc-link-runtime -framework AssetsLibrary /Users/fabiobatalha/Library/Developer/Xcode/DerivedData/SciELO-ecqeawmzetkvbjdcqxvookgnvdsf/Build/Products/Debug-iphoneos/libCordova.a -framework CoreGraphics -framework MobileCoreServices -framework GoogleOpenSource -framework GoogleSignIn -weak_framework AddressBook -weak_framework CoreText -weak_framework Security -weak_framework SystemConfiguration -weak-lz -weak-lz -framework FacebookSDK -lsqlite3 -weak_framework Social -weak_framework Accounts -framework MediaPlayer -framework AVFoundation -framework JavaScriptCore -weak_framework MessageUI -lGoogleAnalyticsServices -framework CoreData -Xlinker -dependency_info -Xlinker /Users/fabiobatalha/Library/Developer/Xcode/DerivedData/SciELO-ecqeawmzetkvbjdcqxvookgnvdsf/Build/Intermediates/SciELO.build/Debug-iphoneos/SciELO.build/Objects-normal/armv7/SciELO_dependency_info.dat -o /Users/fabiobatalha/Library/Developer/Xcode/DerivedData/SciELO-ecqeawmzetkvbjdcqxvookgnvdsf/Build/Products/Debug-iphoneos/SciELO.app/SciELO
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_SKStoreProductViewController", referenced from:
objc-class-ref in GoogleSignIn(GIDStoreKit.o)
"_SKStoreProductParameterITunesItemIdentifier", referenced from:
l003 in GoogleSignIn(GIDStoreKit.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Ao fazer o build do source no XCODE para envio para o itunnes connect, ocorre o seguinte erro:
Undefined symbols for architecture armv7: "_OBJCCLASS$_SKStoreProductViewController", referenced from: objc-class-ref in GoogleSignIn(GIDStoreKit.o) "_SKStoreProductParameterITunesItemIdentifier", referenced from: l003 in GoogleSignIn(GIDStoreKit.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)