Archiving a project
Archiving a project
- Subject: Archiving a project
- From: Daniel Santos <email@hidden>
- Date: Mon, 06 Aug 2018 00:23:10 +0100
Hello,
Since I couldn’t find a xcode mailing list I am posting this here.
I have a swift/cocoa app that I developed. I archived it and placed it on the
applications folder.
I am writing an applescript script to drive it using system events.
There is a button I am activating that causes the application to crash.
I corrected the bug, re-archived it and ran the applescript again. It crashes
anyway.
I then made some other changes to the line of code stated on the error report,
and re-archived it.
It always crashes on the same line. Even removing an array indexing instruction
that is the cause of the error (index out of range)
I suspect that the archives are not being updated with the compiled code. Am I
going nuts ?
Thanks
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden