We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use included UIKit.hpp from main.cpp and application.cpp. The compiler shows the duplicate symbols error.
duplicate symbol '_Z39BootstrapAppDelegate_didFinishLaunchingP20BootstrapAppDelegateP13objc_selectorPvS3' in: /Users/tienaska/Library/Developer/Xcode/DerivedData/ios-cpp-duarjryydbeenmfpuuyvycaevddw/Build/Intermediates.noindex/ios-cpp.build/Debug-iphoneos/ios-cpp.build/Objects-normal/arm64/main.o /Users/tienaska/Library/Developer/Xcode/DerivedData/ios-cpp-duarjryydbeenmfpuuyvycaevddw/Build/Intermediates.noindex/ios-cpp.build/Debug-iphoneos/ios-cpp.build/Objects-normal/arm64/application.o ld: 1 duplicate symbols clang: error: linker command failed with exit code 1 (use -v to see invocation)
It may be because this function is not inline.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use included UIKit.hpp from main.cpp and application.cpp. The compiler shows the duplicate symbols error.
It may be because this function is not inline.
The text was updated successfully, but these errors were encountered: