Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
-
Xcode Version 5.0 (5A11314m)
iOS 6.0
Description
Steps to reproduce this bug:
$ cordova create helloWorld
$ cd helloWorld
$ cordova platform add ios
$ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git
$ cordova plugin ls
[ 'org.apache.cordova.core.contacts' ]
$ cordova plugin rm org.apache.cordova.core.contacts
$ cordova plugin ls
No plugins added. Use `cordova plugin add <plugin>`.
$ cordova build
And I got the following messages:
Undefined symbols for architecture i386:
"_CGRectZero", referenced from:
+[CDVUserAgentUtil originalUserAgent] in libCordova.a(CDVUserAgentUtil.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Attachments
Issue Links
- duplicates
-
CB-4374 Settings "ShowSplashScreenSpinner" and "AutoHideSplashScreen" in config.xml no longer work on iOS platform
- Closed