【问题标题】:urban airship trouble for iOS 7 and iOS 8iOS 7 和 iOS 8 的城市飞艇问题
【发布时间】:2014-11-11 18:58:49
【问题描述】:

我的应用同时适用于 iOS 7 和 iOS 8。由于这种设置,城市飞艇现在可以正常工作。我所做的就是抓取Airship 目录并将其放入我的项目中。然后在我做任何其他事情之前,我尝试运行我的项目。我已经收到类似的错误

ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/AirshipKit.framework/AirshipKit) for architecture arm64
clang: error: unable to execute command: Segmentation fault: 11
clang: error: linker command failed due to signal (use -v to see invocation)

我该如何解决这个问题?

【问题讨论】:

    标签: ios push-notification apple-push-notifications urbanairship.com


    【解决方案1】:

    AirshipKit.framework 仅适用于 iOS 8+,如下所述:http://docs.urbanairship.com/build/push/ios.html#download-install-our-library-frameworks。如果您仍然支持 iOS 7,则不要链接到框架,而是链接到静态库:libUAirship-.a

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多