Iphone 使用libUAirship-1.1.1.a库实现UrbanAirship时出错

Iphone 使用libUAirship-1.1.1.a库实现UrbanAirship时出错,iphone,objective-c,xcode4.2,urbanairship.com,Iphone,Objective C,Xcode4.2,Urbanairship.com,我正在我的应用程序中实现城市航空。我已经为UrbanAirship添加了所有的框架和代码。但是我犯了个错误- ld: library not found for -lUAirship-1.1.1 Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1 ld: library not found for -lUAirship-1.1.1

我正在我的应用程序中实现城市航空。我已经为UrbanAirship添加了所有的框架和代码。但是我犯了个错误-

  ld: library not found for -lUAirship-1.1.1
 Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1
  ld: library not found for -lUAirship-1.1.1
  Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1
解决办法是什么


Thnks..

您是否检查过它是否在设备上工作。这可能是普遍性的问题build@SunilPandey-谢谢重播。是的,我已经在设备中尝试过了,但在UIKit.framework中出现了错误。