Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Xcode warnings #218

Closed
dchekanov opened this issue Feb 20, 2017 · 1 comment
Closed

Xcode warnings #218

dchekanov opened this issue Feb 20, 2017 · 1 comment
Assignees

Comments

@dchekanov
Copy link

I receive a number of warnings from this plugin during the build in Xcode:

  1. CodePushReportingManager.m:35:42: Undeclared selector 'evaluateJavaScript:completionHandler:'
  2. CodePushReportingManager.m:36:39: Undeclared selector 'evaluateJavaScript:completionHandler:'
  3. InstallOptions.m:15:38: Implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int'
  4. UpdateHashUtils.m:66:32: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'CC_LONG' (aka 'unsigned int')
  • cordova-plugin-code-push version: 1.9.2-beta
@max-mironov max-mironov self-assigned this Mar 22, 2017
max-mironov pushed a commit that referenced this issue Mar 23, 2017
* Modified Issue_Template to be more descriptive

* Some minor changes to decription field

* Improved messages to make intention of creating different apps for different platforms more clear

Due to multiple requests in discord chanel, microsoft/react-native-code-push#723, microsoft/react-native-code-push#717

* FIxed spelling for Readme

* Supress XCode warnings on build

See #218 for details
@max-mironov
Copy link
Contributor

Closed due to #235 has been merged, @dchekanov thanks for pointing at this!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants