简体   繁体   English

什么是 com.apple.InterfaceBuilder.IBCocoaTouchPlugin

[英]What is com.apple.InterfaceBuilder.IBCocoaTouchPlugin

I wanted to know what does it mean, and why it is used in code:我想知道它是什么意思,以及为什么在代码中使用它:

com.apple.InterfaceBuilder.IBCocoaTouchPlugin

I have one source code where:我有一个源代码,其中:

<plugin identifier = "com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version = "3746" />

has been used.已经用过。 Why do we use it?我们为什么用它?

该插件标识符告诉 Xcode,任何 Interface Builder 文档(Storyboard 或 XIB)都是使用 Xcode 构建的,以及创建该接口时使用的 Xcode/Interface Builder 的特定版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 com.apple.InterfaceBuilder错误-1。 故事板无法打开 - com.apple.InterfaceBuilder error -1. Storyboard Can Not Be Opened CompileXIB com.apple.InterfaceBuilder错误2001操作无法完成 - CompileXIB com.apple.InterfaceBuilder error 2001 operation couldn’t be completed 什么是pancake.apple.com? - What is pancake.apple.com? “ com.apple.OMC”具有哪些iOS功能/权利? - What iOS capability / entitlement is “com.apple.OMC”? 在InterfaceBuilder的XML中,symbolic =“YES”是什么意思? - What does symbolic=“YES” mean in InterfaceBuilder's XML? IBM MobileFirst APNS通知是否需要1-courier.push.apple.com? 这是为了什么 - Is 1-courier.push.apple.com needed for IBM MobileFirst APNS notifications? What is it for? 具有AVCaptureVideoPreviewLayer的InterfaceBuilder - InterfaceBuilder with AVCaptureVideoPreviewLayer 如何修复博览会开始抛出“模拟器已安装但被标识为‘com.apple.CoreSimulator.SimulatorTrampoline’;不知道那是什么” - How to fix expo start throwing "Simulator is installed but is identified as 'com.apple.CoreSimulator.SimulatorTrampoline'; dont know what that is" 克隆在interfacebuilder中定义的uiview? - Cloning a uiview defined in interfacebuilder? 崩溃:com.apple.spritekit.renderQueue - Crashed: com.apple.spritekit.renderQueue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM