【发布时间】:2023-04-09 07:52:02
【问题描述】:
升级到 El Capitan 和 Xcode 7 后,我无法构建我的应用程序。我的所有全局变量上不断出现重复的符号。请帮忙。
//Global.h
#ifndef Global_h
#define Global_h
extern NSInteger pickerConstantOne, pickerConstantTwo,numberOfDays, monthOfToday;
NSInteger pickerConstantOne, pickerConstantTwo,numberOfDays, monthOfToday;
#endif /* Global_h */
【问题讨论】:
标签: ios xcode7 linker-errors