Last active
August 12, 2018 02:41
-
-
Save acalism/e7fdfcf4a155772296d3183ca0ae0551 to your computer and use it in GitHub Desktop.
ld error. It's really difficult to locate the problem.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// in header file | |
extern struct LALIMtopAPI { | |
__unsafe_unretained NSString *logout; | |
__unsafe_unretained NSString *login; | |
} const kLALIMtopAPI; | |
// implementation file | |
struct LALIMtopAPI const kLALIMTopAPI = { | |
.login = @"com.new.member.user.login", | |
.logout = @"com.new.member.user.logout", | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a name inconsistence error. Have you found it?