-
Notifications
You must be signed in to change notification settings - Fork 313
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
Plugin not working for iOS #70
Comments
I'm currently working on this myself. Are you attempting to do run your app in the simulator? |
Yeah, I was testing it on a Simulator, on monday i'll use a iphone 6 and let you know. I really hope this is the problem. thanks. |
Got the same error testing on an iPhone 6. I have to remove the |
@vrunoa How can I remove this without xcode? |
@Kunze mmm, I have never actually made it without XCode, but I believe you would have to change the build command-line you're using and add this flag. |
@vrunoa Thank |
I'm facing the same problem (with -ObjC removed) and running on device (ipad air) Have you found any solution yet? |
any solutions yet regarding this problem?? |
add this ( -force_load $(BUILT_PRODUCTS_DIR)/libCordova.a ) in other links flags in xcode if you have removed -ObjC |
Hey @avivais , I install the
phonegap-parse-plugin
but it's not working on iOS. After install, I build & run the app, and in xcode console I get:Have any idea what it could be ?
I'm using cordova 4.2.0
Thanks four your help.
The text was updated successfully, but these errors were encountered: