Giter Site home page Giter Site logo

no such SAKChannelCommon about jfmeituan HOT 9 OPEN

barrylyl09 avatar barrylyl09 commented on July 30, 2024
no such SAKChannelCommon

from jfmeituan.

Comments (9)

zzBelieve avatar zzBelieve commented on July 30, 2024

已经修复

from jfmeituan.

lycaste avatar lycaste commented on July 30, 2024

已经修复

from jfmeituan.

 avatar commented on July 30, 2024

已经修复

from jfmeituan.

GetToSet avatar GetToSet commented on July 30, 2024

已经修复

from jfmeituan.

ClegeJJ avatar ClegeJJ commented on July 30, 2024

已经修复

from jfmeituan.

Hoodps avatar Hoodps commented on July 30, 2024

已经修复

from jfmeituan.

lycaste avatar lycaste commented on July 30, 2024

删除那个文件下所有带bundle的文件就行

正解非常感谢

from jfmeituan.

barrylyl09 avatar barrylyl09 commented on July 30, 2024

Delete Resource/JFTglmage/ and Xcode TARGETS/Build Phases/ all bundle files.

正解非常感谢

from jfmeituan.

tongye123 avatar tongye123 commented on July 30, 2024

GetUrlString 这个类的单例写错了,NSLog(@"%@",[GetUrlString sharedManager]); NSLog(@"%@",[[GetUrlString alloc] init]); 可以用上面两行代码测下,返回的地址是不同的,

我看了 GCD写单例:
+(instancetype)sharedManager{
static dispatch_once_t predicate;
dispatch_once(&predicate, ^{
shareUrl = [[self alloc]init];
});
return shareUrl;
}
这样是没有问题的。求正解?

from jfmeituan.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.