• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Build with Xcode 8 working, but shows 'Failed'???
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build with Xcode 8 working, but shows 'Failed'???


  • Subject: Re: Build with Xcode 8 working, but shows 'Failed'???
  • From: Shane Stanley <email@hidden>
  • Date: Fri, 16 Sep 2016 10:01:11 +1000

On 16 Sep 2016, at 8:02 AM, Brian Christmas <email@hidden> wrote:
>
> The red stop sign says
>
> /Users/OzSanta/Desktop/Build/Products/Debug/Debug/Mail Manager.app: resource fork, Finder information, or similar detritus not allowed
> Command /usr/bin/codesign failed with exit code 1

That probably means your project includes applets built under previous versions of the OS.

Codesigning in 10.12 is stricter about the contents of applications. AppleScript was still storing a resource fork when saving, scripts, but this will no longer happen in 10.12. You probably need to resave your scripts under 10.12.

I strongly suggest you wait until it has actually been released.

> The list of files in the project is…
>
> BrianTextView.applescript (code signed)

You can't codesign them. Well, maybe you can, but .applescript files don't get included in Xcode apps -- they get compiled into .scpt files in your app. So by definition any codesigning happens either after, or as part of, the build process.

> I have no idea of anything that should not be there, but I’m getting warning messages about Shane’s ObjectWithFords items.

They're deprecation warnings. Ignore them.

> The project is also taking a long time to Build, and I'm not sure the finished item is code signed.

It won't build until the problem is fixed.

--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>, <latenightsw.com>



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden


References: 
 >Build with Xcode 8 working, but shows 'Failed'??? (From: Brian Christmas <email@hidden>)

  • Prev by Date: This is supposed to fix 'detrius' error.
  • Next by Date: Re: This is supposed to fix 'detrius' error.
  • Previous by thread: Build with Xcode 8 working, but shows 'Failed'???
  • Next by thread: This is supposed to fix 'detrius' error.
  • Index(es):
    • Date
    • Thread