Unable to build XcodeCapp

76 views
Skip to first unread message

Szabolcs

unread,
Aug 31, 2015, 2:24:17 PM8/31/15
to Cappuccino & Objective-J
Hi, I have got the following error message, when I tried to build from source of cappuccino 0.9.8 (2015-08-31 c61d99)

Check dependencies

CodeSign /Applications/XcodeCapp.app
    cd /Users/szabolcs/src/Cappuccino/Tools/XcodeCapp
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - /Applications/XcodeCapp.app
/Applications/XcodeCapp.app: code object is not signed at all
In subcomponent: /Applications/XcodeCapp.app/Contents/MacOS/xcc
Command /usr/bin/codesign failed with exit code 1

** BUILD FAILED **


The following build commands failed:
CodeSign /Applications/XcodeCapp.app
(1 failure)
Unable to build XcodeCapp. Skipping

Any idea if I missed anything? Thank you, Szabolcs

Richard van Zon

unread,
Aug 31, 2015, 2:29:37 PM8/31/15
to Cappuccino & Objective-J

Szabolcs

unread,
Sep 1, 2015, 10:55:41 PM9/1/15
to objec...@googlegroups.com
I tried 'rm -rf /Applications/XcodeCapp.app/' then I did jake clobber + ./bootsrap.sh + jake install. Now, the XcodeCapp.app has no icon at all, only the default OS X icon, when I double click it does nothing at all. Before deleting, the new icon was showed at least, but the app crashed immediately.
Thank you!

2015. augusztus 31. 21:29
Please see: https://groups.google.com/d/msg/objectivej/V5PTNJjjpzE/bCkOP_hFGgAJ

On Monday, August 31, 2015 at 8:24:17 PM UTC+2, Szabolcs wrote:
--
You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectivej+...@googlegroups.com.
To post to this group, send email to objec...@googlegroups.com.
Visit this group at http://groups.google.com/group/objectivej.
For more options, visit https://groups.google.com/d/optout.
2015. augusztus 31. 21:24
Hi, I have got the following error message, when I tried to build from source of cappuccino 0.9.8 (2015-08-31 c61d99)

Check dependencies

CodeSign /Applications/XcodeCapp.app
    cd /Users/szabolcs/src/Cappuccino/Tools/XcodeCapp
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - /Applications/XcodeCapp.app
/Applications/XcodeCapp.app: code object is not signed at all
In subcomponent: /Applications/XcodeCapp.app/Contents/MacOS/xcc
Command /usr/bin/codesign failed with exit code 1

** BUILD FAILED **


The following build commands failed:
CodeSign /Applications/XcodeCapp.app
(1 failure)
Unable to build XcodeCapp. Skipping

Any idea if I missed anything? Thank you, Szabolcs
--
You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectivej+...@googlegroups.com.
To post to this group, send email to objec...@googlegroups.com.
Visit this group at http://groups.google.com/group/objectivej.
For more options, visit https://groups.google.com/d/optout.

Antoine Mercadal

unread,
Sep 1, 2015, 11:31:37 PM9/1/15
to objec...@googlegroups.com
Hey 

You need to clean the previous build. The easiest way is to open the xcodeproj in Tools/XcodeCapp and do a clean all right from Xcode. 

Otherwise it's somewhere in derived data, but I never remember exactly where. 

Thanks, 

-- 
Antoine Mercadal

On Aug 31, 2015, at 09:04, Szabolcs <kicsi...@gmail.com> wrote:

I tried 'rm -rf /Applications/XcodeCapp.app/' then I did jake clobber + ./bootsrap.sh + jake install. Now, the XcodeCapp.app has no icon at all, only the default OS X icon, when I double click it does nothing at all. Before deleting, the new icon was showed at least, but the app crashed immediately.
Thank you!

<postbox-contact.jpg>
2015. augusztus 31. 21:29
Please see: https://groups.google.com/d/msg/objectivej/V5PTNJjjpzE/bCkOP_hFGgAJ

On Monday, August 31, 2015 at 8:24:17 PM UTC+2, Szabolcs wrote:
--
You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectivej+...@googlegroups.com.
To post to this group, send email to objec...@googlegroups.com.
Visit this group at http://groups.google.com/group/objectivej.
For more options, visit https://groups.google.com/d/optout.
<compose-unknown-contact.jpg>
2015. augusztus 31. 21:24
Hi, I have got the following error message, when I tried to build from source of cappuccino 0.9.8 (2015-08-31 c61d99)

Check dependencies

CodeSign /Applications/XcodeCapp.app
    cd /Users/szabolcs/src/Cappuccino/Tools/XcodeCapp
    export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

Signing Identity:     "-"

    /usr/bin/codesign --force --sign - /Applications/XcodeCapp.app
/Applications/XcodeCapp.app: code object is not signed at all
In subcomponent: /Applications/XcodeCapp.app/Contents/MacOS/xcc
Command /usr/bin/codesign failed with exit code 1

** BUILD FAILED **


The following build commands failed:
CodeSign /Applications/XcodeCapp.app
(1 failure)
Unable to build XcodeCapp. Skipping

Any idea if I missed anything? Thank you, Szabolcs
--
You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectivej+...@googlegroups.com.
To post to this group, send email to objec...@googlegroups.com.
Visit this group at http://groups.google.com/group/objectivej.
For more options, visit https://groups.google.com/d/optout.

--

kicsi...@gmail.com

unread,
Sep 2, 2015, 12:24:01 AM9/2/15
to objec...@googlegroups.com
Hi, sorry for not coming back. I did what you've suggested. Deleted it from Applications folder then open, build and run in Xcode. Magic happened and now it works.
Thank you!

Antoine Mercadal

unread,
Sep 2, 2015, 1:42:47 AM9/2/15
to objec...@googlegroups.com
Cool. Enjoy!

-- 
Antoine Mercadal
Reply all
Reply to author
Forward
0 new messages