gpt4 book ai didi

ios - 如何构建用于 Facebook 提交的应用程序

转载 作者:行者123 更新时间:2023-11-29 02:20:40 24 4
gpt4 key购买 nike

我有一个应用程序需要提交到 Facebook 以供审核。此处给出了为 Facebook 创建应用程序的步骤: https://developers.facebook.com/docs/ios/creating-ios-simulator-build-for-review

但我有如下所示的模拟器: enter image description here

Facebook 链接中显示的用于构建应用程序的命令适用于 iOS 7.1 模拟器,现在我使用什么命令来构建我的应用程序?我正在使用 Xcode 6.1.1 。我应该为哪些 sdks 构建我的应用程序以在 Facebook 上提交?请提供构建命令并在模拟器中运行该应用程序以进行测试。

最佳答案

你的编码很好,继续进一步的工作

//run this command 

xcodebuild -arch i386 -sdk iphonesimulator8.1

你得到以下结果

This should generate a build. If the build was successful you should see a lot of output from the build tools followed by the string ** BUILD SUCCEEDED ** in your terminal.

试试这个来解决失败

选择否 - 1

xcodebuild -arch i386 -sdk iphonesimulator{version} -workspace [projectName].xcworkspace -scheme [projectName]

需要帮助使用这个 link

选择否 - 2

xcodebuild -workspace {project name}.xcworkspace -scheme {project name}  -arch i386 -sdk iphonesimulator8.1

The FB instructions say the .app file should be in: {base directory}/build/Release-iphonesimulator/{projectname}.app

it ended up in /Developer/Derived Data/{project name}-{long string of random letters}/Build/Products/Debug-iphonesimulator

关于ios - 如何构建用于 Facebook 提交的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28185833/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com