1

我目前正在开发我的第一个 iOS 应用程序,迄今为止我已经在模拟器上进行了测试。昨天我的开发者帐户获得批准,我非常兴奋,尝试在设备上部署我的应用程序进行测试。我的设备 iOS 是 4.1,我目前使用的是 Xcode 4.2

编译时,它产生了 1 个错误,消息是:

ld: framework not found com.apple.mobileicons

Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1

详细地

Ld /Users/adstuckltd/Library/Developer/Xcode/DerivedData/fbee-hkxqvccjpaucdlfsdppurvxweneb/Build/Intermediates/fbee.build/Debug-iphoneos/fbee.build/Objects-normal/armv6/fbee normal armv6
cd "/Users/adstuckltd/Desktop/MacBook Updtes/02 June/fbee"
setenv IPHONEOS_DEPLOYMENT_TARGET 4.1
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk -L/Users/adstuckltd/Library/Developer/Xcode/DerivedData/fbee-hkxqvccjpaucdlfsdppurvxweneb/Build/Products/Debug-iphoneos "-L/Users/adstuckltd/Desktop/MacBook Updtes/02 June/fbee/AviaryInc-Mobile-Feather-SDK-for-iOS-fb6747f/AviarySDK" -L/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/usr/lib/system "-L/Users/adstuckltd/Desktop/MacBook Updtes/02 June/fbee/AviaryInc-Mobile-Feather-SDK-for-iOS-b4367ba/AviarySDK" -F/Users/adstuckltd/Library/Developer/Xcode/DerivedData/fbee-hkxqvccjpaucdlfsdppurvxweneb/Build/Products/Debug-iphoneos -F/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/Developer/Library/Frameworks "-F/Users/adstuckltd/Desktop/MacBook Updtes/02 June/fbee/Images/Image Ref/Heavy Metal HD.theme/Bundles" -filelist /Users/adstuckltd/Library/Developer/Xcode/DerivedData/fbee-hkxqvccjpaucdlfsdppurvxweneb/Build/Intermediates/fbee.build/Debug-iphoneos/fbee.build/Objects-normal/armv6/fbee.LinkFileList -dead_strip -fobjc-arc -miphoneos-version-min=4.1 -lz.1.2.5 -lsqlite3.0 -framework SystemConfiguration -framework SenTestingKit -framework CFNetwork -framework Accelerate -framework CoreData -framework StoreKit -framework QuartzCore -framework UIKit -framework Foundation -framework CoreGraphics -lAviarySDK -framework com.apple.mobileicons -o /Users/adstuckltd/Library/Developer/Xcode/DerivedData/fbee-hkxqvccjpaucdlfsdppurvxweneb/Build/Intermediates/fbee.build/Debug-iphoneos/fbee.build/Objects-normal/armv6/fbee

可能是什么问题呢 ?请帮帮我,我真的很想看看我的应用程序在实际设备上是如何工作的。

谢谢

4

1 回答 1

1

确保您已将列出的框架链接到Build Phase Link Binary with Libraries

SenTesting
CFNetwork
Accelerate
Core Data etc.

我也会更新到最新的iOS 5.1.1Xcode 4.3.2

于 2012-06-07T13:13:20.240 回答