发布时出现Azure iOS SDK错误

发布时出现Azure iOS SDK错误,ios,xcode,azure,azure-mobile-services,Ios,Xcode,Azure,Azure Mobile Services,我已经使用Azure iOS SDK创建了一个小应用程序。在尝试存档应用程序时,我遇到以下错误 ld: warning: ignoring file /Users/Mayu/Documents/development/git/pizzatogo/iPhoneApp/Pizza to Go/WindowsAzureMessaging.framework/WindowsAzureMessaging, missing required architecture arm64 in file /Users

我已经使用Azure iOS SDK创建了一个小应用程序。在尝试存档应用程序时,我遇到以下错误

ld: warning: ignoring file /Users/Mayu/Documents/development/git/pizzatogo/iPhoneApp/Pizza to Go/WindowsAzureMessaging.framework/WindowsAzureMessaging, missing required architecture arm64 in file /Users/Mayu/Documents/development/git/pizzatogo/iPhoneApp/Pizza to Go/WindowsAzureMessaging.framework/WindowsAzureMessaging (3 slices)
ld: warning: ignoring file /Users/Mayu/Documents/development/git/pizzatogo/iPhoneApp/Pizza to Go/WindowsAzureMobileServices.framework/WindowsAzureMobileServices, missing required architecture arm64 in file /Users/Mayu/Documents/development/git/pizzatogo/iPhoneApp/Pizza to Go/WindowsAzureMobileServices.framework/WindowsAzureMobileServices (3 slices)
Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_MSUser", referenced from:
      objc-class-ref in AuthService.o
  "_OBJC_CLASS_$_MSClient", referenced from:
      objc-class-ref in AuthService.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我不知道出了什么问题,在哪里。。。似乎有些参考错误


做了一些谷歌搜索,并将应用程序的架构更改为armv7,但仍然没有成功。有人能帮我吗,因为我对Objective C和iOS的东西还很陌生。提前谢谢你的时间。

问题是我的。我在构建架构中也有64个。删除它并将其设置为仅armv7,效果非常好。

您使用的是哪一版本的azure mobile services iOS SDK?我使用的是1.1.0版。是否有64位版本?@jeffamaphone我不确定。似乎没有。我在胡闹,我不确定这是不是你的问题。如果你想要一个64位的应用呢?SDK 1.1.1仍然存在这个问题,啊,您可以自己构建: