Git Product home page Git Product logo

Comments (16)

bluety avatar bluety commented on August 27, 2024 1

@ihsanberahim thank you very much

from phonegap-parse-plugin.

lauborges avatar lauborges commented on August 27, 2024

+1

from phonegap-parse-plugin.

hellosmithy avatar hellosmithy commented on August 27, 2024

+1

from phonegap-parse-plugin.

desamtralized avatar desamtralized commented on August 27, 2024

+1

from phonegap-parse-plugin.

ianalexander avatar ianalexander commented on August 27, 2024

+1

from phonegap-parse-plugin.

igmt avatar igmt commented on August 27, 2024

+1

from phonegap-parse-plugin.

preppypiet avatar preppypiet commented on August 27, 2024

+1. Is there any workaround? I know next to nothing about ios dev

from phonegap-parse-plugin.

pskl avatar pskl commented on August 27, 2024

Yup, same problem here. Build fails everytime, now I need to dwelve into XCode imports.

from phonegap-parse-plugin.

preppypiet avatar preppypiet commented on August 27, 2024

I managed to solve it by downloading the facebook sdk and adding that to the project. I guess this replaces the internal dependency in the parse api sdk? Either way, it somehow works now! Apparently this is a known bug and fb is investigating. Something to do with a dependency of parse and both fb clashing.

from phonegap-parse-plugin.

idlework avatar idlework commented on August 27, 2024

To solve this problem is to remove the -objc compiler flag. This way you don't have to add the Facebook framework to solve this bug.

  1. Open the project in xcode
  2. Navigate to Build Settings
  3. Scroll down to the entry: Other Linker Flags
  4. Remove the -objc entry from Other Linker Flags
  5. You solve the problem by not adding extra junk to your project and removed an old compiler setting

from phonegap-parse-plugin.

Tiagojdferreira avatar Tiagojdferreira commented on August 27, 2024

@idlework that does solve the issue, but I am now unable to register the device using the initialize function. Did you manage to register an iOS device? If so, could you describe the procedure.

from phonegap-parse-plugin.

idlework avatar idlework commented on August 27, 2024

@Tiagojdferreira No problems here. My devices are registered correctly in Parse

The tutorial I used to setup Parse and my implementation gist.

Hop that helps... let me know.

from phonegap-parse-plugin.

Tiagojdferreira avatar Tiagojdferreira commented on August 27, 2024

@idlework thanks, but I eventually solved the problem.

from phonegap-parse-plugin.

idlework avatar idlework commented on August 27, 2024

@Tiagojdferreira Glad to hear you solved your problem. Maybe it is good to share what your problem was and how you solved it.

from phonegap-parse-plugin.

ihsanberahim avatar ihsanberahim commented on August 27, 2024

by removing the -ObjC your cordova on ready event will never fired. That's mean your cordova not work well.

I got this problem solved.
https://github.com/ihsanberahim/phonegap-parse-plugin/blob/master/README.md

Just add the frameworks;

Twitter.framework
Social.framework
Accounts.framework
libsqlite3.dylib
libsqlite3.0.dylib

Additional Resources:
http://blog.ihsanberahim.com/2015/05/install-parse-plugin-with-ionic.html

from phonegap-parse-plugin.

idlework avatar idlework commented on August 27, 2024

@ihsanberahim That problem doesn't occur in my project. Also when I create a simple project with only this framework the ready event is dispatched.

from phonegap-parse-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.