【发布时间】:2015-01-05 05:48:01
【问题描述】:
我关注了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)
【问题讨论】:
-
显示一些代码,你从哪里得到这个?
标签: ios soundcloud