180bpm

Xcode 빌드시 link binary with libraries에 있는 framework를 못찾는 문제 본문

Develop/Unity

Xcode 빌드시 link binary with libraries에 있는 framework를 못찾는 문제

powdersnow 2017. 4. 15. 22:22

뜬금없이 빌드가 안된다....

어제까지만 해도 잘 되던게..


빌드를 걸면 다음과 같은 에러가 나면서 빌드가 멈춘다.



Showing Recent Errors Only


Build target Unity-iPhone of project Unity-iPhone with configuration Release


Ld /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/arm64/MyApp normal arm64

    cd /Users/choi/Desktop/MyAppIOSWork/Build/iOS

    export IPHONEOS_DEPLOYMENT_TARGET=8.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 arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.2.sdk -L/Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Products/Release-iphoneos -L/Users/choi/Desktop/MyAppIOSWork/Assets/AdBrix/Editor/iOS/AdBrix -L/Users/choi/Desktop/MyAppIOSWork/Assets/AdPopcornDA/Editor/iOS/AdPopcornDA -L/Users/choi/Desktop/MyAppIOSWork/Assets/AdPopcornOfferwall/Editor/iOS/AdPopcornOfferwall -L/Users/choi/Desktop/MyAppIOSWork/Assets/IgaworksCommerce/Editor/iOS/IgaworksCommerce -L/Users/choi/Desktop/MyAppIOSWork/Assets/IgaworksCore/Editor/iOS/IgaworksCore -L/Users/choi/Desktop/MyAppIOSWork/Assets/IgaworksCoupon/Editor/iOS/IgaworksCoupon -L/Users/choi/Desktop/MyAppIOSWork/Assets/IgaworksNanoo/Editor/iOS/IgaworksNanoo -L/Users/choi/Desktop/MyAppIOSWork/Assets/LiveOps/Editor/iOS/LiveOps -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Libraries -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Libraries/Plugins/iOS -L/Users/choi/Desktop/MyAppIOS/Assets/AdBrix/Editor/iOS/AdBrix -L/Users/choi/Desktop/MyAppIOS/Assets/AdPopcornOfferwall/Editor/iOS/AdPopcornOfferwall -L/Users/choi/Desktop/MyAppIOS/Assets/IgaworksCommerce/Editor/iOS/IgaworksCommerce -L/Users/choi/Desktop/MyAppIOS/Assets/IgaworksCore/Editor/iOS/IgaworksCore -L/Users/choi/Desktop/MyAppIOS/Assets/IgaworksCoupon/Editor/iOS/IgaworksCoupon -L/Users/choi/Desktop/MyAppIOS/Assets/IgaworksNanoo/Editor/iOS/IgaworksNanoo -L/Users/choi/Desktop/MyAppIOS/Assets/LiveOps/Editor/iOS/LiveOps -L/Users/choi/Desktop/MyAppIOS/Assets/AdPopcornDA/Editor/iOS/AdPopcornDA -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Libraries/Plugins/iOS/NaverAuth -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Libraries/Plugins/iOS/ApiGateway-1.5.0 -F/Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Products/Release-iphoneos -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/AFNetworking-2.6.3 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/AFNetworking-3.1.0 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/ApiGateway-1.5.0 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/FLAnimatedImage-1.0.12 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/GoogleSignIn.bundle -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/NaverAuth -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/NaverCafeSDK.bundle -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPsdk -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPSDKCoreKit.bundle -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/SDWebImage-3.8.2 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/thirdPartyModule -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/ApiGateway-1.5.0/include -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPSDKCoreKit.bundle/PPDashboard.storyboardc -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPSDKCoreKit.bundle/PPImages.bundle -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPSDKCoreKit.bundle/PPLogin.storyboardc -F/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Frameworks/Plugins -F/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Frameworks/Plugins/iOS -filelist /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/arm64/MyApp.LinkFileList -Xlinker -map -Xlinker /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/MyApp-LinkMap-normal-arm64.txt -miphoneos-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/arm64/MyApp_lto.o -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -weak_framework CoreMotion -weak-lSystem -all_load -ObjC -force_load -weak_framework AdSupport -weak_framework CoreTelephony -framework SystemConfiguration -weak_framework ImageIO -weak_framework ReplayKit -framework AssetsLibrary -framework CoreText -framework AudioToolbox -weak_framework AVFoundation -framework CFNetwork -framework CoreGraphics -framework CoreLocation -framework CoreMedia -weak_framework CoreMotion -framework CoreVideo -framework Foundation -weak_framework iAd -framework MediaPlayer -framework OpenAL -framework OpenGLES -framework QuartzCore -framework UIKit -liconv.2 -framework NaverCafeSDK -lMobileNativePopus -framework GoogleSignIn -framework Crittercism -framework PPSDKCoreKit -framework FBSDKLoginKit -framework FBSDKShareKit -framework FBSDKCoreKit -framework Bolts -lAdBrixLib -weak_framework MessageUI -weak_framework Social -weak-lxml2 -lAdPopcornOfferwallLib -weak_framework SafariServices -weak_framework AVKit -lIgaworksCommerceLib -lIgaworksCoreLib -weak_framework Security -lIgaworksCouponLib -lIgaworksNanooLib -lLiveOpsLib -framework AddressBook -framework MobileCoreServices -framework StoreKit -lz -lAdPopcornDALib -lApiGateway-MAC -lNaverLogin -lNaverLogin -framework GameKit -liPhone-lib -Xlinker -dependency_info -Xlinker /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/arm64/MyApp_dependency_info.dat -o /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/arm64/MyApp


clang: error: no such file or directory: 'AdSupport'


Ld /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/MyApp normal armv7

    cd /Users/choi/Desktop/MyAppIOSWork/Build/iOS

    export IPHONEOS_DEPLOYMENT_TARGET=8.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/iPhoneOS10.2.sdk -L/Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Products/Release-iphoneos -L/Users/choi/Desktop/MyAppIOSWork/Assets/AdBrix/Editor/iOS/AdBrix -L/Users/choi/Desktop/MyAppIOSWork/Assets/AdPopcornDA/Editor/iOS/AdPopcornDA -L/Users/choi/Desktop/MyAppIOSWork/Assets/AdPopcornOfferwall/Editor/iOS/AdPopcornOfferwall -L/Users/choi/Desktop/MyAppIOSWork/Assets/IgaworksCommerce/Editor/iOS/IgaworksCommerce -L/Users/choi/Desktop/MyAppIOSWork/Assets/IgaworksCore/Editor/iOS/IgaworksCore -L/Users/choi/Desktop/MyAppIOSWork/Assets/IgaworksCoupon/Editor/iOS/IgaworksCoupon -L/Users/choi/Desktop/MyAppIOSWork/Assets/IgaworksNanoo/Editor/iOS/IgaworksNanoo -L/Users/choi/Desktop/MyAppIOSWork/Assets/LiveOps/Editor/iOS/LiveOps -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Libraries -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Libraries/Plugins/iOS -L/Users/choi/Desktop/MyAppIOS/Assets/AdBrix/Editor/iOS/AdBrix -L/Users/choi/Desktop/MyAppIOS/Assets/AdPopcornOfferwall/Editor/iOS/AdPopcornOfferwall -L/Users/choi/Desktop/MyAppIOS/Assets/IgaworksCommerce/Editor/iOS/IgaworksCommerce -L/Users/choi/Desktop/MyAppIOS/Assets/IgaworksCore/Editor/iOS/IgaworksCore -L/Users/choi/Desktop/MyAppIOS/Assets/IgaworksCoupon/Editor/iOS/IgaworksCoupon -L/Users/choi/Desktop/MyAppIOS/Assets/IgaworksNanoo/Editor/iOS/IgaworksNanoo -L/Users/choi/Desktop/MyAppIOS/Assets/LiveOps/Editor/iOS/LiveOps -L/Users/choi/Desktop/MyAppIOS/Assets/AdPopcornDA/Editor/iOS/AdPopcornDA -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Libraries/Plugins/iOS/NaverAuth -L/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Libraries/Plugins/iOS/ApiGateway-1.5.0 -F/Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Products/Release-iphoneos -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/AFNetworking-2.6.3 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/AFNetworking-3.1.0 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/ApiGateway-1.5.0 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/FLAnimatedImage-1.0.12 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/GoogleSignIn.bundle -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/NaverAuth -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/NaverCafeSDK.bundle -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPsdk -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPSDKCoreKit.bundle -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/SDWebImage-3.8.2 -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/thirdPartyModule -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/ApiGateway-1.5.0/include -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPSDKCoreKit.bundle/PPDashboard.storyboardc -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPSDKCoreKit.bundle/PPImages.bundle -F/Users/choi/Desktop/MyAppIOSWork/Assets/Plugins/iOS/PPSDKCoreKit.bundle/PPLogin.storyboardc -F/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Frameworks/Plugins -F/Users/choi/Desktop/MyAppIOSWork/Build/iOS/Frameworks/Plugins/iOS -filelist /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/MyApp.LinkFileList -Xlinker -map -Xlinker /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/MyApp-LinkMap-normal-armv7.txt -miphoneos-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/MyApp_lto.o -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -weak_framework CoreMotion -weak-lSystem -all_load -ObjC -force_load -weak_framework AdSupport -weak_framework CoreTelephony -framework SystemConfiguration -weak_framework ImageIO -weak_framework ReplayKit -framework AssetsLibrary -framework CoreText -framework AudioToolbox -weak_framework AVFoundation -framework CFNetwork -framework CoreGraphics -framework CoreLocation -framework CoreMedia -weak_framework CoreMotion -framework CoreVideo -framework Foundation -weak_framework iAd -framework MediaPlayer -framework OpenAL -framework OpenGLES -framework QuartzCore -framework UIKit -liconv.2 -framework NaverCafeSDK -lMobileNativePopus -framework GoogleSignIn -framework Crittercism -framework PPSDKCoreKit -framework FBSDKLoginKit -framework FBSDKShareKit -framework FBSDKCoreKit -framework Bolts -lAdBrixLib -weak_framework MessageUI -weak_framework Social -weak-lxml2 -lAdPopcornOfferwallLib -weak_framework SafariServices -weak_framework AVKit -lIgaworksCommerceLib -lIgaworksCoreLib -weak_framework Security -lIgaworksCouponLib -lIgaworksNanooLib -lLiveOpsLib -framework AddressBook -framework MobileCoreServices -framework StoreKit -lz -lAdPopcornDALib -lApiGateway-MAC -lNaverLogin -lNaverLogin -framework GameKit -liPhone-lib -Xlinker -dependency_info -Xlinker /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/MyApp_dependency_info.dat -o /Users/choi/Library/Developer/Xcode/DerivedData/Unity-iPhone-cnauctsvzkdjaxeuwmrksvbbxdym/Build/Intermediates/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/armv7/MyApp


clang: error: no such file or directory: 'AdSupport'




Build failed    2017. 4. 15. 오후 8:46



AdSupport framework를 못찾는다는 문제인데,


delivery 폴더도 지우고,

클린도 해보고

other linker flag도 바꾸고 별의 별 짓을 해도 안됨..


마지막으로 Framework Search Paths에 $(PROJECT_DIR) 추가.

안되면 프로젝트 재생성...;;

Comments