2

当我想在 64 位系统上构建项目时,我目前遇到错误。(iPad、iPhone)。

我收到此错误:

ld: warning: ignoring file /(project Path)/SKMaps.framework/SKMaps, missing required architecture x86_64 in file /(project Path)/SKMaps.framework/SKMaps (3 slices)
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_SKAnnotation", referenced from:
      objc-class-ref in MapViewController.o
  "_OBJC_CLASS_$_SKMapView", referenced from:
      objc-class-ref in MapViewController.o
  "_OBJC_CLASS_$_SKMapsInitSettings", referenced from:
      objc-class-ref in AppDelegate.o
  "_OBJC_CLASS_$_SKMapsService", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

在非 64 位系统上,它就像一个魅力!但它反过来显示错误。

在这方面需要一些指导。谢谢。

4

1 回答 1

0

您将需要用于 arm64 的 SDK 构建。向 dev@skobbler.com 发送电子邮件,您应该会收到构建版本。

于 2014-07-01T11:30:55.880 回答