【发布时间】: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