Advertisement
alaslipknot

xCode unity build error

Oct 28th, 2014
1,016
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. Ld /Users/macbook/Library/Developer/Xcode/DerivedData/Unity-iPhone-hhhiahjhjjsvtiatwfjqrjnivckv/Build/Products/games.app/games normal armv7
  2.  
  3. cd /Users/macbook/Desktop/WorkTest
  4.  
  5. export IPHONEOS_DEPLOYMENT_TARGET=4.3
  6.  
  7. export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
  8.  
  9. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -L/Users/macbook/Library/Developer/Xcode/DerivedData/Unity-iPhone-hhhiahjhjjsvtiatwfjqrjnivckv/Build/Products -L/Users/macbook/Desktop/WorkTest/../MultiGamingONE/Assets/Editor/AdMob/SDK -L/Users/macbook/Desktop/WorkTest/../MultiGamingONE/Assets/Editor/Chartboost -L/Users/macbook/Desktop/WorkTest/../MultiGamingONE/Assets/Editor/Flurry/Ads -L/Users/macbook/Desktop/WorkTest/../MultiGamingONE/Assets/Editor/Flurry/Analytics -L/Users/macbook/Desktop/WorkTest/../MultiGamingONE/Assets/Editor/Prime31Shared -L/Users/macbook/Desktop/WorkTest/../MultiGamingONE/Assets/Editor/StoreKit -L/Users/macbook/Desktop/WorkTest -L/Users/macbook/Desktop/WorkTest/Libraries -F/Users/macbook/Library/Developer/Xcode/DerivedData/Unity-iPhone-hhhiahjhjjsvtiatwfjqrjnivckv/Build/Products -filelist /Users/macbook/Library/Developer/Xcode/DerivedData/Unity-iPhone-hhhiahjhjjsvtiatwfjqrjnivckv/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/armv7/games.LinkFileList -dead_strip -weak_framework CoreMotion -weak-lSystem -all_load -ObjC -stdlib=libstdc++ -fobjc-link-runtime -miphoneos-version-min=4.3 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework OpenAL -liconv.2 -liPhone-lib -framework AudioToolbox -framework CFNetwork -framework MediaPlayer -framework CoreLocation -framework SystemConfiguration -weak_framework iAd -framework CoreMedia -framework CoreVideo -weak_framework AVFoundation -framework CoreGraphics -weak_framework CoreMotion -weak_framework GameKit -lGoogleAdMobAds -lAdapterIAd -lChartboost -lFlurryAds -lFlurry -lP31SharedTools -lStoreKit -weak_framework StoreKit -framework CoreData -weak_framework AdSupport -weak_framework MessageUI -framework Security -lz.1.1.3 -lz -Xlinker -dependency_info -Xlinker /Users/macbook/Library/Developer/Xcode/DerivedData/Unity-iPhone-hhhiahjhjjsvtiatwfjqrjnivckv/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/armv7/games_dependency_info.dat -o /Users/macbook/Library/Developer/Xcode/DerivedData/Unity-iPhone-hhhiahjhjjsvtiatwfjqrjnivckv/Build/Products/games.app/games
  10.  
  11.  
  12.  
  13. Undefined symbols for architecture armv7:
  14.  
  15. "_OBJC_CLASS_$_ALAdSize", referenced from:
  16.  
  17. objc-class-ref in ALAdDelegateWrapper.o
  18.  
  19. "_OBJC_CLASS_$_ALAdType", referenced from:
  20.  
  21. objc-class-ref in ALAdDelegateWrapper.o
  22.  
  23. ld: symbol(s) not found for architecture armv7
  24.  
  25. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement