Appium 【iOS 构建知识求科普】之构建路径

Vincent · 2014年08月07日 · 最后由 Vincent 回复于 2014年08月07日 · 1695 次阅读

求经验人士科普一下。

当编译静态库,设备选模拟器 (iPhoneSimulator),未设置任何 Build Settings 参数时,默认的基础路径:

/Users/xxx/Library/Developer/Xcode/DerivedData/xxxWorkspace-caepeadwrerdcrftijaolkkagbjf

其中 caepeadwrerdcrftijaolkkagbjf 这个目录命名实际上是怎么生成的?有什么因素会影响到它生成不一样的字符串?

共收到 2 条回复 时间 点赞

A unique subfolder inside the derived data folder. The subfolder name is based on your project or workspace name and location. This is the recommended choice and the default setting.

https://developer.apple.com/library/ios/recipes/xcode_help-locations_preferences/Build/Build.html

需要 登录 后方可回复, 如果你还没有账号请点击这里 注册