您的位置:首页 > 移动开发 > IOS开发

xcode

2015-10-15 16:00 423 查看
1.xcode uuid 获取
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
2.插件
/Users/用户/Library/Application Support/Developer/Shared/Xcode/Plug-ins

3.DerivedData
/Users/quanmai/Library/Developer/Xcode/DerivedData
4.代码目录
/Users/quanmai/Library/Developer/Xcode/UserData/CodeSnippets
5.打包目录  

/Users/quanmai/Library/Developer/Xcode/Archives
xcarchive是生成ipa的中间文件  通过下面的命令可以生成ipa

xcodebuild -exportArchive -archivePath SmallCEO\ 15-10-15\ 下午3.34.xcarchive/  -exportPath .  -exportFormat ipa -exportProvisioningProfile "smallceo enterprise dis"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios