You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you compile the example hère : https://www.highcharts.com/demo/ios/gauge-solid/grid-light. With the latest framework.
In Objective-C (Xcode 16.2, iOS 18.3) , it Will not work.
First There are déclarations that are incompatible avec the framework.
options.pane = pane; => Incompatible pointer types assigning to 'NSArray<HIPane *> *' from 'HIPane *' and juste after Errors : Property 'borderWidth' not found on object of type 'NSArray<HIDataLabels *> *' , there are a few of these Errors....
By using breakpoint I discovered that the problem was this declaration :
It produce this error : *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[HIPane countByEnumeratingWithState:objects:count:]: unrecognized selector sent to instance 0x301710360'
*** First throw call stack:
The text was updated successfully, but these errors were encountered:
If you compile the example hère : https://www.highcharts.com/demo/ios/gauge-solid/grid-light. With the latest framework.
In Objective-C (Xcode 16.2, iOS 18.3) , it Will not work.
First There are déclarations that are incompatible avec the framework.
options.pane = pane; => Incompatible pointer types assigning to 'NSArray<HIPane *> *' from 'HIPane *' and juste after Errors : Property 'borderWidth' not found on object of type 'NSArray<HIDataLabels *> *' , there are a few of these Errors....
By using breakpoint I discovered that the problem was this declaration :
It produce this error : *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[HIPane countByEnumeratingWithState:objects:count:]: unrecognized selector sent to instance 0x301710360'
*** First throw call stack:
The text was updated successfully, but these errors were encountered: