Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在我的 iPhone 应用程序中实现 Spotify。在 iPhone4 和 4S 中,它构建并运行良好。但是当我连接 iPhone5 设备并构建时,它显示链接器错误。断开设备后,再次构建成功。可能是什么原因。请帮我。
在应用程序的 Build Settings 中,找到“Valid Architectures”设置并从列表中删除 armv7s。libspotify 还没有包含 armv7s 架构,但是普通的 armv7 构建在 iPhone 5 上可以正常工作。