w
    h
    y
    ?
    y
    o
    u
    a
    r
    e
    h
    e
    r
    e
    ?
    
    
  
 
    
    
      
         
  
    
      
  
    
    
      
      
      
        
          
            
            12345678910[self.commentTab reloadData];[self.commentTab layoutIfNeeded];dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)),
            ...
          
          
        
      
     
    
  
    
      
  
    
    
      
      
      
        
          
            
            iOS编码
123456789[@"带表情的字符串" stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLPathAllowedCharacterSet]];URLFragmentAllowe
            ...
          
          
        
      
     
    
  
    
      
  
    
    
      
      
      
        
          
            
            [UIImage imageNamed:@""];
当名字为空时就会提示 CUICatalog: Invalid asset name supplied: ''
            
          
          
        
      
     
    
  
    
      
  
    
    
      
      
      
        
          
            
            Client requested name “.SFUI-Regular”, it will get TimesNewRomanPSMT rather than the intended font. All system UI font access should be through proper
            ...
          
          
        
      
     
    
  
    
      
  
    
    
      
      
      
        
          
            
            全局隐藏
1234567[[UINavigationBar appearance]  setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];[
            ...
          
          
        
      
     
    
  
    
      
  
    
    
      
      
      
        
          
            
            清除模拟器缓存
123~/Library/Developer/Xcode/DerivedData/~/Library/Developer/CoreSimulator/Devices/~/Library/Developer/Xcode/iOS\ DeviceSupport/
全选删除
            
          
          
        
      
     
    
  
    
      
  
    
    
      
      
      
        
          
            
            2025年1月20日  1年期LPR为3.1%,5年期以上LPR为3.6%2024年12月20日  1年期LPR为3.1%,5年期以上LPR为3.6%2024年11月20日  1年期LPR为3.1%,5年期以上LPR为3.6%2024年10月21日  1年期LPR为3.1%,5年期以上LPR为3.6
            ...
          
          
        
      
     
    
  
    
      
  
    
    
      
      
      
        
          
            
            library not found for -lstdc++.6.0.9
下载地址
https://github.com/YouZhiZheShiJingCheng/libstdc
复制到对应的文件夹下面就好了
模拟器
1/Applications/Xcode.app/Contents/Develo
            ...
          
          
        
      
     
    
  
    
      
  
    
    
      
      
      
        
          
            
            请输入有效的11位数字手机号码,或者包含区号的11位或12位数字座机号码

出现这个问题按照提示上的来看应该是手机号码输入的不对
但是输入的手机号码的确是11位
这个手机号是开发者账号绑定的手机号
也就是这个开发者账号的苹果ID绑定的电子邮箱
            ...
          
          
        
      
     
    
  
    
      
  
    
    
      
      
      
        
          
            
            首先删除 SceneDelegate.h 和 SceneDelegate.m ,info.plist中的 Application Scene Manifest 和 AppDelegate.m 中的
12345678910111213#pragma mark - UISceneSession life
            ...