[AC-4794] Script Error -[__NSCFString containsString:]
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2017-02-16T14:09:56.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | feedback |
Reporter | Abidhusain Chidi |
Assignee | Shak Hossain |
Created | 2017-02-16T07:55:22.000+0000 |
Updated | 2017-02-16T14:14:43.000+0000 |
Hey [~Abidindia009], sorry, but this information doesn't help. You need to specify at least the following for every ticket: * Example code + steps to reproduce * Error log * Full environment (SDK, CLI)
Looking through the core, it could be [this line](https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/KrollBridge.m#L1177) which uses the iOS 8+ method
containsString
. Note that Titanium SDK 6.0.0 and later require iOS 8 and later, due to the required changes in Xcode 8. If required, you can replace the manually by usinginstead.