AppCode 106.124 bugs

First off even with the bugs I LOVE IT!  Can't wait for a full version I can pay for!!!

Here's my bug list so far;

  • "STAssertEquals(2, (int) [exception.violations count], @"foo");" in a test shows as an error with the message "Error after macro substitution: ..." but it compiles and runs fine from within XCode.
  • When I try and run a test from with AppCode is fails with the following output (works in XCode):

/Developer/Tools/otest -SenTest BaseManagerTest/testValidation /Users/dan/Development/Projects/foobar-mac/FooBar/build/Debug/FooBarTests.octest

Testing started at 6:04 PM ...

objc[18216]: GC: forcing GC OFF because OBJC_DISABLE_GC is set

2011-05-11 18:04:41.784 otest[18216:903] The test bundle at /Users/dan/Development/Projects/foobar-mac/FooBar/build/Debug/FooBarTests.octest could not be loaded because a link error occurred.  It is likely that dyld cannot locate a framework framework or library that the the test bundle was linked against, possibly because the framework or library had an incorrect install path at link time.

2011-05-11 18:04:41.793 otest[18217:203] *** NSTask: Task create for path '/Users/dan/Development/Projects/foobar-mac/FooBar/build/Debug/FooBarTests.octest/Contents/MacOS/FooBarTests' failed: 22, "Invalid argument".  Terminating temporary process.


Process finished with exit code 5

  • If I try and add a New -> Dirtectory in the project explorer it fails.  The directory is created on disk but doesn't appear in AppCode...


I'd also like to suggest that you guys implement an enhanced merge tool for XCode project files.  I work in a small team using GIT and trying to merge the project.pbxproj file when one of us changes it REALLY painful...

Anyway, keep up the good work!

Cheers,
Dan

4 comments
Comment actions Permalink

sillygit wrote:

I'd also like to suggest that you guys implement an enhanced merge tool for XCode project files.  I work in a small team using GIT and trying to merge the project.pbxproj file when one of us changes it REALLY painful...


I'd vote for that feature.

0
Comment actions Permalink

Which 'special' features you are expecting to see in it which are not supported in plain diff/merge tool in AppCode?

0
Comment actions Permalink

About your issue with creating the directory - it's created, but isn't added to the project. Use file view rather than project view to see it.

0
Comment actions Permalink

It should be able to make some intelligent decisions based on the fact that it is a project file.  For example, when two of us add files to the project it usually results in an conflict, we then have to try and merge it by hand which is a pain in the neck.  On several occasions I've done the merge by hand only to find that AppCode & XCode can't open the project because I've stuffed it up...

0

Please sign in to leave a comment.