[ 
https://issues.apache.org/jira/browse/CB-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211154#comment-13211154
 ] 

Stéphane Paquet commented on CB-260:
------------------------------------

No it's not working for sure.
There are at least 2 things to be corrected (I tried them). But first, I'd like 
to highlight that if you still have previous version of Xcode on your machine 
they are hiding this issue. In order to see it just clean you Mac of any 
previous version, install Xcode 4.3 and install Command Line Tools and do not 
forget some other addons (such as PackageMaker) which are no more in the Xcode 
4.3 bundle.
Once this is done you have to correct few things in the Makefile:


PACKAGEMAKER = '/Applications/Developer Utilities/Auxiliary 
Tools/PackageMaker.app/Contents/MacOS/PackageMaker'
Make it points to where your PackageMaker app is now (remember that you now 
have to set it up by yourself)

xcode-select : run xcode-select -swith /Applications/Xcode.app/ (as Xcode 4.3 
no longer lies in /Developer/... 

Once these things are doen you should be able to compile without any error, 
but, still you installation is not going to succeed.

You now have to change few things in CordobaInstalled.
First, edit CordovaInstaller.pmdoc with PackageManager and in Cordoba 
distribution go to Requirements and make sure that the respective values for 
"file path" are:

1. /Applications/Xcode.app
2. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform

Save and go to your parent directory to run the make command. From now you will 
have a fully working install (I'm still checking for something cleaner, where 
templates are installing at the right place)
                
> Can't install Phonegap with new Xcode 4.3
> -----------------------------------------
>
>                 Key: CB-260
>                 URL: https://issues.apache.org/jira/browse/CB-260
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.4.0
>         Environment: OS X 10.7.3 (Lion)
>            Reporter: Kevin Walzer
>            Assignee: Shazron Abdullah
>            Priority: Blocker
>              Labels: installer
>             Fix For: 1.4.0
>
>
> I've just updated my Xcode installation on Lion to 4.3, and now I cannot
> install the latest build of Phonegap 1.4.1: the installer says I do not have
> the iOS SDK installed.  Xcode 4.3 makes
> significant changes in the layout of the SDK's, etc. on OS X: it's a single
> standalone app that is installed in /Applications. /Developer is no longer
> used. I suspect that this confusing the installer. Most likely a 
> re-architected installer to support the new developer configuration in Xcode 
> 4.3 is required. Obviously this is a showstopper because I cannot develop a 
> PhoneGap application if PhoneGap cannot be installed. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to