zoukankan      html  css  js  c++  java
  • 常见错误--06.18

    If you get the following error when you’ve created a new class in Xcode and you’ve choose also to create nib file and you try to connect for example an UILabel to the .h file of the class:

    Could not insert new outlet connection: Could not find any information for the class named

    Could not insert new outlet connection: Could not find any information for the class named

    Could not insert new outlet connection: Could not find any information for the class named

    Then there’s nothing wrong with your code, it’s an Xcode problem. To solve it try the one of the following:

    – Remove the newly created class (don’t delete it, just remove link and then re-add it);
    – Save Xib file;
    – Restart Xcode;
    – Delete Derived Data.

     
  • 相关阅读:
    1602液晶显示实验
    LNMP安装(二)
    LNMP安装(一)
    vim插件安装
    资料下载
    建表的sql
    time
    计算机里的加减乘除
    branch
    存储过程
  • 原文地址:https://www.cnblogs.com/uncle4/p/5596736.html
Copyright © 2011-2022 走看看