-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
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
xcode10.2,swift5,chart version 3.3.0 #3948
Comments
@Mosaics Undefined symbols for architecture armv7: |
OK, what finally helped was the hint here in this ticket: For now I have changed "internal" to "open" in all this initialize functions, that are based on "ChartViewBase" class. If this is really releated to an swift bug, maybe Swift 5.1 might get rid of this. Tested 5.0.1 and 5.0.2 and this did not help. My setup:
|
archive error:
Undefined symbols for architecture armv7:
"method descriptor for Charts.ChartViewBase.initialize() -> ()", referenced from:
nominal type descriptor for aa.xxxView in xxxView.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: