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

Vincent · August 07, 2014 · Last by Vincent replied at August 07, 2014 · 1974 hits

求经验人士科普一下。

当编译静态库,设备选模拟器 (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

#1 楼 @lihuazhang 三克油

需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up