我关注了 https://developers.soundcloud.com/docs/api/ios-quickstart 页面.
由于现在需要 arm64,所以我更改了:
架构:标准架构(armv7、arm64)
仅构建事件架构:否
有效架构:arm64 armv7
我遇到了错误,所以现在我想知道,SoundCloud API 是否支持 64 位?
错误如下:
"_NXOAuth2AccountDidFailToGetAccessTokenNotification", referenced from:
-[SCSoundCloud init] in libSoundCloudAPI.a(SCSoundCloud.o)
"_NXOAuth2AccountStoreAccountsDidChangeNotification", referenced from:
-[SCSoundCloud init] in libSoundCloudAPI.a(SCSoundCloud.o)
"_NXOAuth2AccountStoreDidFailToRequestAccessNotification", referenced from:
-[SCSoundCloud init] in libSoundCloudAPI.a(SCSoundCloud.o)
"_NXOAuth2AccountStoreErrorKey", referenced from:
-[SCLoginViewController failToRequestAccess:] in libSoundCloudUI.a(SCLoginViewController.o)
我在 64 位演示项目的 Soundcloud 中遇到了同样的问题。
我做了很多谷歌搜索/研发工作,并基于以下总结了解。
1) SoundCloud 项目/库仅适用于 32 位(不适用于 64 位)
2) 如果您在项目中配置了声音云库,并且如果您尝试为 iPhone5s、iPhone5c、iPhone6、iPhone6+ 模拟器(任何 Xcode,即 XCODE5.0、5.1、6、6.1)执行,那么它会提供引用或其他错误,但如果您在 iphone5 或 iPhone4s 或 iPhone4 中执行,则它可以完美运行而不会出现错误。
3) 一旦 Sound cloud 库更新为 64 位,您只需更换库即可,无需太多努力。
4) 如果您想要应用程序的演示源代码,请告诉我..我会帮助您解决此问题
关于ios - Soundcloud SDK 是否支持 64 位?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27774065/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |