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.
我在我的应用程序中使用 MGTwitterEngine,直到 iOS5,该应用程序运行良好。我正在使用 twitter 引擎作为“.a”文件。 但是使用最新的 XCode 编译时,显示 armv7s slice 不可用的错误。 我尝试从有效架构中删除 armv7s 并解决了问题。我能够构建应用程序,在 iPhone4、iPhone4S 和 iPhone5 上成功运行应用程序。 我的问题是我是否遵循正确的方式。苹果会批准那些不是用 armv7s 架构构建的应用程序吗?
没有其他选择 库是预编译的代码。因此它们是根据编译期间选择的架构构建的。 在最新的 iOS 中,最好使用 Twitter/Social 框架(根据 iOS 版本)